mirror of
https://github.com/reactos/wine.git
synced 2025-02-16 10:59:45 +00:00
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…
x
Reference in New Issue
Block a user