diff options
Diffstat (limited to 'src/alf.c')
| -rw-r--r-- | src/alf.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -108,6 +108,8 @@ unsigned long get_msdos_date_time(void) { else tm = localtime(&t); + tm->tm_isdst = 0; + /* use a 0 timestamp if the year's out of range, unalf will display it as <none>. */ if(tm->tm_year < 80 || tm->tm_year > 207) |
