From 4feca2678fd59837c5f58f9b3ac7112f4989c7b2 Mon Sep 17 00:00:00 2001 From: Sean Burke Date: Tue, 15 Jul 2003 10:11:22 +0000 Subject: [PATCH] Compile fix for UnlockSystem. --- stepmania/src/UnlockSystem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/UnlockSystem.cpp b/stepmania/src/UnlockSystem.cpp index 39115e40e6..32aa5cdfbf 100644 --- a/stepmania/src/UnlockSystem.cpp +++ b/stepmania/src/UnlockSystem.cpp @@ -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; }