Browse code

Attempt to fix win32 build again.

Török Edvin authored on 2010/11/05 05:39:30
Showing 1 changed files
... ...
@@ -1628,8 +1628,8 @@ static int test_database_wrap(const char *file, const char *newdb, int bytecode)
1628 1628
     {
1629 1629
 	ret = test_database(file, newdb, bytecode);
1630 1630
     }
1631
-    __except (logg("!Exception during database testing, code %08x at %08x\n",
1632
-		 GetExceptionCode(), GetExceptionInformation()->ExceptionRecord->ExceptionAddress),
1631
+    __except (logg("!Exception during database testing, code %08x\n",
1632
+		 GetExceptionCode()),
1633 1633
 	      EXCEPTION_CONTINUE_SEARCH)
1634 1634
     { }
1635 1635
     return ret;