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));
|
TRACE("(%s):\n", debugstr_a(format));
|
||||||
#else /* CONSOLE */
|
#else /* CONSOLE */
|
||||||
#ifdef STRING
|
#ifdef STRING
|
||||||
TRACE("%s (%s)\n", file, debugstr_a(format));
|
TRACE("%s (%s)\n", debugstr_a(file), debugstr_a(format));
|
||||||
#else /* STRING */
|
#else /* STRING */
|
||||||
TRACE("%p (%s)\n", file, debugstr_a(format));
|
TRACE("%p (%s)\n", file, debugstr_a(format));
|
||||||
#endif /* STRING */
|
#endif /* STRING */
|
||||||
|
|
Loading…
Reference in New Issue