Author: pschweitzer
Date: Thu Feb 19 18:42:37 2015
New Revision: 66355
URL:
http://svn.reactos.org/svn/reactos?rev=66355&view=rev
Log:
[KERNEL32]
Fixx 64bits build.
Spotted by Thomas
Modified:
trunk/reactos/dll/win32/kernel32/client/except.c
Modified: trunk/reactos/dll/win32/kernel32/client/except.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/kernel32/client/…
==============================================================================
--- trunk/reactos/dll/win32/kernel32/client/except.c [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/kernel32/client/except.c [iso-8859-1] Thu Feb 19 18:42:37
2015
@@ -370,7 +370,7 @@
{
DPRINT1("Delphi Exception at address: %p\n",
ExceptionRecord.ExceptionInformation[0]);
DPRINT1("Exception-Object: %p\n",
ExceptionRecord.ExceptionInformation[1]);
- DPRINT1("Exception text: %x\n",
ExceptionRecord.ExceptionInformation[2]);
+ DPRINT1("Exception text: %lx\n",
ExceptionRecord.ExceptionInformation[2]);
}
/* Trace the wine special error and show the modulename and functionname */