svn commit: trunk/uClibc/extra/locale

aldot at uclibc.org aldot at uclibc.org
Sun Nov 23 21:11:28 UTC 2008


Author: aldot
Date: 2008-11-23 13:11:27 -0800 (Sun, 23 Nov 2008)
New Revision: 24131

Log:
- fix args (untested)


Modified:
   trunk/uClibc/extra/locale/gen_wc8bit.c


Changeset:
Modified: trunk/uClibc/extra/locale/gen_wc8bit.c
===================================================================
--- trunk/uClibc/extra/locale/gen_wc8bit.c	2008-11-23 14:58:14 UTC (rev 24130)
+++ trunk/uClibc/extra/locale/gen_wc8bit.c	2008-11-23 21:11:27 UTC (rev 24131)
@@ -219,8 +219,8 @@
 			fprintf(out, "\t{ /* %.*s */", n, s0);
 		}
 
-		memset(&csd[numsets],sizeof(charset_data),0);
-		memset(xi, sizeof(xi), 0);
+		memset(&csd[numsets], 0, sizeof(charset_data));
+		memset(xi, 0, sizeof(xi));
 		{
 			unsigned long c, wc;
 			int lines;




More information about the uClibc-cvs mailing list