1
0
mirror of https://github.com/FunkyFr3sh/cnc-ddraw.git synced 2025-03-15 06:04:49 +01:00

fix for last commit

This commit is contained in:
FunkyFr3sh 2022-09-25 15:13:09 +02:00
parent 39f9383241
commit cec59cd341

View File

@ -46,7 +46,7 @@ int dbg_exception_handler(EXCEPTION_POINTERS* exception)
CloseHandle(dmp);
}
if (exception && ExceptionRecord)
if (exception && exception->ExceptionRecord)
{
dbg_printf(
"Exception at %p (%08X)\n",