svn commit: branches/uClibc_0_9_30/extra/locale

aldot at uclibc.org aldot at uclibc.org
Tue Nov 25 12:33:55 UTC 2008


Author: aldot
Date: 2008-11-25 04:33:55 -0800 (Tue, 25 Nov 2008)
New Revision: 24141

Log:
- fix args (r24131 from trunk)


Modified:
   branches/uClibc_0_9_30/extra/locale/gen_wc8bit.c


Changeset:
Modified: branches/uClibc_0_9_30/extra/locale/gen_wc8bit.c
===================================================================
--- branches/uClibc_0_9_30/extra/locale/gen_wc8bit.c	2008-11-25 12:31:20 UTC (rev 24140)
+++ branches/uClibc_0_9_30/extra/locale/gen_wc8bit.c	2008-11-25 12:33:55 UTC (rev 24141)
@@ -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