[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[commits] r8272 - /fsf/trunk/libc/stdio-common/reg-modifier.c
- To: commits@xxxxxxxxxx
- Subject: [commits] r8272 - /fsf/trunk/libc/stdio-common/reg-modifier.c
- From: eglibc@xxxxxxxxxx
- Date: Sun, 12 Apr 2009 07:04:35 -0000
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;