Fix a typo strrcat => sstrcat
git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@5183 4a71c877-e1ca-e34f-864e-861f7616d084master
parent
d193dce6f9
commit
f6693eebdf
|
@ -49,7 +49,7 @@ static LONG WINAPI windowsExceptionHandler(PEXCEPTION_POINTERS pExceptionInfo)
|
|||
}
|
||||
|
||||
// Append the filename
|
||||
strrcat(miniDumpPath, "warzone2100.mdmp");
|
||||
sstrcat(miniDumpPath, "warzone2100.mdmp");
|
||||
|
||||
/*
|
||||
Alternative:
|
||||
|
|
Loading…
Reference in New Issue