From bad2262ab335742589e48c5b98752df9735d75c0 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Tue, 20 May 2008 07:55:46 +0000 Subject: - silence warning --- libc/misc/time/time.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/misc/time') 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; -- cgit v1.2.3