Thu Jul 4 01:34:04 1996 Ulrich Drepper <drepper@cygnus.com>
commit1387561d17bd5809423ea8ac5b3bfdbfcc168e09
authorRoland McGrath <roland@gnu.org>
Tue, 9 Jul 1996 18:49:40 +0000 (9 18:49 +0000)
committerRoland McGrath <roland@gnu.org>
Tue, 9 Jul 1996 18:49:40 +0000 (9 18:49 +0000)
treed17facedea9abc6bc83496b2bf07ddda661cbfd3
parent11c10c32cf524a7117aeeb6450f592b9038fe6c8
Thu Jul  4 01:34:04 1996  Ulrich Drepper  <drepper@cygnus.com>

* stdio-common/printf-prs.c: Add casts to prevent
        signed<->unsigned warnings.
* stdio-common/printf-parse.h: Initialize state variable before
calling mbrlen.
* stdio-common/printf-prs.c: Don't initialize state variable here.
* stdio-common/vfprintf.c: Don't initialize state variable.
(vfprintf): While determining length of multibyte string don't
try to be clever in determining characters to use for first
call.
stdio-common/printf-prs.c