mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
Reseting the conversion qualifier for each new value from the format string.
svn path=/trunk/; revision=3063
This commit is contained in:
@@ -559,6 +559,7 @@ int __vfprintf(FILE *f, const char *fmt, va_list args)
|
||||
}
|
||||
|
||||
/* get the conversion qualifier */
|
||||
qualifier = 0;
|
||||
// %Z can be just stand alone or as size_t qualifier
|
||||
if ( *fmt == 'Z' ) {
|
||||
qualifier = *fmt;
|
||||
|
||||
@@ -558,6 +558,7 @@ int __vfwprintf(FILE *f, const wchar_t *fmt, va_list args)
|
||||
}
|
||||
|
||||
/* get the conversion qualifier */
|
||||
qualifier=0;
|
||||
// %Z can be just stand alone or as size_t qualifier
|
||||
if ( *fmt == 'Z' ) {
|
||||
qualifier = *fmt;
|
||||
|
||||
Reference in New Issue
Block a user