Catch up with vfprintf.c,v 1.77.

This commit is contained in:
David Schultz 2007-12-18 01:20:33 +00:00
parent 0ba1fd2f72
commit 8da510f8f5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=174733

View File

@ -902,6 +902,7 @@ reswitch: switch (ch) {
} else
cp = (ch >= 'a') ? L"inf" : L"INF";
size = 3;
flags &= ~ZEROPAD;
break;
}
flags |= FPT;