msvcrt: Fix debug message in scanf.

This commit is contained in:
Piotr Caban 2010-04-26 12:33:58 +02:00 committed by Alexandre Julliard
parent 6974abe0e6
commit 59c1139f05
1 changed files with 1 additions and 1 deletions

View File

@ -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 */