Commit 59c1139f authored by Piotr Caban's avatar Piotr Caban Committed by Alexandre Julliard

msvcrt: Fix debug message in scanf.

parent 6974abe0
......@@ -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 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment