diff options
Diffstat (limited to 'gcc/ada/a-calend.adb')
-rw-r--r-- | gcc/ada/a-calend.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/a-calend.adb b/gcc/ada/a-calend.adb index 2e7c61a..d543cd8 100644 --- a/gcc/ada/a-calend.adb +++ b/gcc/ada/a-calend.adb @@ -939,7 +939,7 @@ package body Ada.Calendar is tm_year := Year - 1900; tm_mon := Month - 1; - -- Step 3: Handle leap second occurences + -- Step 3: Handle leap second occurrences if Leap_Sec then tm_sec := 60; |