Author: akhaldi Date: Fri Aug 30 14:16:47 2013 New Revision: 59902
URL: http://svn.reactos.org/svn/reactos?rev=59902&view=rev Log: [KERNEL32] * Fix yet another buggy DPRINT.
Modified: trunk/reactos/dll/win32/kernel32/client/vdm.c
Modified: trunk/reactos/dll/win32/kernel32/client/vdm.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/kernel32/client/v... ============================================================================== --- trunk/reactos/dll/win32/kernel32/client/vdm.c [iso-8859-1] (original) +++ trunk/reactos/dll/win32/kernel32/client/vdm.c [iso-8859-1] Fri Aug 30 14:16:47 2013 @@ -693,7 +693,7 @@ } }
- DPRINT1("Invalid binary type returned!\n", BinType); + DPRINT1("Invalid binary type %lu returned!\n", BinType); return FALSE; }