mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 12:23:31 +00:00
- Added a missing call to string in __vfwprintf.
svn path=/trunk/; revision=5454
This commit is contained in:
@@ -858,6 +858,7 @@ int __vfwprintf(FILE *f, const wchar_t *fmt, va_list args)
|
||||
} else {
|
||||
/* print ascii string */
|
||||
s = va_arg(args, char *);
|
||||
result = string(f, s, -1, field_width, precision, flags);
|
||||
}
|
||||
if (result < 0)
|
||||
return -1;
|
||||
|
||||
Reference in New Issue
Block a user