Bernhard Reutner-Fischer 17 жил өмнө
parent
commit
bad2262ab3
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  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;