Compile fix for UnlockSystem.

This commit is contained in:
Sean Burke
2003-07-15 10:11:22 +00:00
parent 1c68b62137
commit 4feca2678f
+1 -1
View File
@@ -257,7 +257,7 @@ bool UnlockSystem::LoadFromDATFile( CString sPath )
if( stricmp(sParams[0],"UNLOCK") )
{
LOG->Warn("Unrecognized unlock tag \"%s\", ignored.", sValueName);
LOG->Warn("Unrecognized unlock tag \"%s\", ignored.", sValueName.c_str());
continue;
}