Fixed typo in win/win_crashdump.c

This commit is contained in:
waltje
2018-02-20 23:37:06 -05:00
parent a02d58a180
commit 52078bd6d9

View File

@@ -112,7 +112,7 @@ LONG CALLBACK MakeCrashDump(PEXCEPTION_POINTERS ExceptionInfo)
*/
GetSystemTime(&SystemTime);
sprintf(CurrentBufferPointer,
"%s-%d%02d%02d-%02d-%02d-%02d-%03d.dmp", EMU_NAME.
"%s-%d%02d%02d-%02d-%02d-%02d-%03d.dmp", EMU_NAME,
SystemTime.wYear,
SystemTime.wMonth,
SystemTime.wDay,