diff options
Diffstat (limited to 'call')
-rw-r--r-- | call/call.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/call/call.c b/call/call.c index 7b15547..72ba9ff 100644 --- a/call/call.c +++ b/call/call.c @@ -546,7 +546,7 @@ int start_ab_download(int mode, WINDOW ** swin, wint * wintab, date >>= 5; ft.tm_min = date & 0x3F; date >>= 6; - ft.tm_hour = date & 0x0F; + ft.tm_hour = date & 0x1F; date >>= 5; ft.tm_mday = date & 0x1F; date >>= 5; |