[KERNEL32]
authorPierre Schweitzer <pierre@reactos.org>
Thu, 19 Feb 2015 18:42:37 +0000 (18:42 +0000)
committerPierre Schweitzer <pierre@reactos.org>
Thu, 19 Feb 2015 18:42:37 +0000 (18:42 +0000)
Fixx 64bits build.
Spotted by Thomas

svn path=/trunk/; revision=66355

reactos/dll/win32/kernel32/client/except.c

index 6f9654a..e313e99 100644 (file)
@@ -370,7 +370,7 @@ RaiseException(IN DWORD dwExceptionCode,
     {
         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 */