mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-07 06:43:00 +03:00
Update.
* stdio-common/printf-parse.h: Likewise.
This commit is contained in:
@@ -105,7 +105,7 @@ find_spec (const UCHAR_T *format, mbstate_t *ps)
|
||||
int len;
|
||||
|
||||
/* Remove any hints of a wrong encoding. */
|
||||
ps->count = 0;
|
||||
ps->__count = 0;
|
||||
if (! isascii (*format) && (len = mbrlen (format, MB_CUR_MAX, ps)) > 0)
|
||||
format += len;
|
||||
else
|
||||
|
Reference in New Issue
Block a user