From b837918ee117012a5db016ea4f66196554d6f947 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 7 Apr 2000 16:45:34 +0000 Subject: Update. * stdio-common/printf-parse.h: Likewise. --- stdio-common/printf-parse.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stdio-common/printf-parse.h') diff --git a/stdio-common/printf-parse.h b/stdio-common/printf-parse.h index c79c67d058..e9772ef666 100644 --- a/stdio-common/printf-parse.h +++ b/stdio-common/printf-parse.h @@ -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 -- cgit 1.4.1