Explorar el Código

- silence warning

Bernhard Reutner-Fischer hace 16 años
padre
commit
bad2262ab3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;