svn commit: trunk/uClibc/libc/misc/time

aldot at uclibc.org aldot at uclibc.org
Tue May 20 07:55:46 UTC 2008


Author: aldot
Date: 2008-05-20 00:55:46 -0700 (Tue, 20 May 2008)
New Revision: 22016

Log:
- silence warning


Modified:
   trunk/uClibc/libc/misc/time/time.c


Changeset:
Modified: trunk/uClibc/libc/misc/time/time.c
===================================================================
--- trunk/uClibc/libc/misc/time/time.c	2008-05-20 06:57:20 UTC (rev 22015)
+++ trunk/uClibc/libc/misc/time/time.c	2008-05-20 07:55:46 UTC (rev 22016)
@@ -1879,7 +1879,7 @@
 {
 	register const char *e;
 	register char *s;
-	long off;
+	long off = 0;
 	short *p;
 	rule_struct new_rules[2];
 	int n, count, f;




More information about the uClibc-cvs mailing list