diff options
Diffstat (limited to 'libc/misc')
-rw-r--r-- | libc/misc/time/time.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/misc/time/time.c b/libc/misc/time/time.c index 4f15606c4..1fdd652bb 100644 --- a/libc/misc/time/time.c +++ b/libc/misc/time/time.c @@ -1879,7 +1879,7 @@ void _time_tzset(int use_old_rules) { register const char *e; register char *s; - long off; + long off = 0; short *p; rule_struct new_rules[2]; int n, count, f; |