From a6b0a78d985e78689ca2224a84ae745650bace72 Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Fri, 26 Dec 2008 12:33:29 +0000 Subject: [PATCH] Use constant format string. --- stepmania/src/StepMania.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/StepMania.cpp b/stepmania/src/StepMania.cpp index fd3b9a3c20..172735fed9 100644 --- a/stepmania/src/StepMania.cpp +++ b/stepmania/src/StepMania.cpp @@ -605,7 +605,7 @@ bool CheckVideoDefaultSettings() // Video card changed since last run RString sVideoDriver = GetVideoDriverName(); - LOG->Trace( "Last seen video driver: " + PREFSMAN->m_sLastSeenVideoDriver.Get() ); + LOG->Trace( "Last seen video driver: %s", PREFSMAN->m_sLastSeenVideoDriver.Get().c_str() ); VideoCardDefaults defaults;