[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[commits] r8272 - /fsf/trunk/libc/stdio-common/reg-modifier.c



Author: eglibc
Date: Sun Apr 12 00:04:33 2009
New Revision: 8272

Log:
Import glibc-mainline for 2009-04-12

Modified:
    fsf/trunk/libc/stdio-common/reg-modifier.c

Modified: fsf/trunk/libc/stdio-common/reg-modifier.c
==============================================================================
--- fsf/trunk/libc/stdio-common/reg-modifier.c (original)
+++ fsf/trunk/libc/stdio-common/reg-modifier.c Sun Apr 12 00:04:33 2009
@@ -82,7 +82,7 @@
 
   newp->next = __printf_modifier_table[(unsigned char) *str];
   newp->bit = 1 << next_bit++;
-  wmemcpy (newp->str, str + 1, wc - str);
+  __wmemcpy (newp->str, str + 1, wc - str);
 
   __printf_modifier_table[(unsigned char) *str] = newp;