Fix a typo strrcat => sstrcat

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@5183 4a71c877-e1ca-e34f-864e-861f7616d084
master
Giel van Schijndel 2008-05-25 15:42:02 +00:00
parent d193dce6f9
commit f6693eebdf
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ static LONG WINAPI windowsExceptionHandler(PEXCEPTION_POINTERS pExceptionInfo)
}
// Append the filename
strrcat(miniDumpPath, "warzone2100.mdmp");
sstrcat(miniDumpPath, "warzone2100.mdmp");
/*
Alternative: