Browse Source

- silence warning

Bernhard Reutner-Fischer 16 years ago
parent
commit
bad2262ab3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libc/misc/time/time.c

+ 1 - 1
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;