1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-07 06:43:00 +03:00
* stdio-common/printf-parse.h: Likewise.
This commit is contained in:
Ulrich Drepper
2000-04-07 16:45:34 +00:00
parent 404ee5fc79
commit b837918ee1
4 changed files with 6 additions and 6 deletions

View File

@@ -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