msvcrt: Fix debug message in scanf.
This commit is contained in:
parent
6974abe0e6
commit
59c1139f05
|
@ -110,7 +110,7 @@ _FUNCTION_ {
|
|||
TRACE("(%s):\n", debugstr_a(format));
|
||||
#else /* CONSOLE */
|
||||
#ifdef STRING
|
||||
TRACE("%s (%s)\n", file, debugstr_a(format));
|
||||
TRACE("%s (%s)\n", debugstr_a(file), debugstr_a(format));
|
||||
#else /* STRING */
|
||||
TRACE("%p (%s)\n", file, debugstr_a(format));
|
||||
#endif /* STRING */
|
||||
|
|
Loading…
Reference in New Issue