Partial s/GetString/c_str/.
(watch out for PlayerOptions::GetString and SongOptions::GetString)
This commit is contained in:
@@ -287,9 +287,9 @@ void RageDisplay::DumpOpenGLDebugInfo()
|
||||
if(i == Actual && skip)
|
||||
{
|
||||
/* We chose a bogus format. */
|
||||
LOG->Warn("%s", str.GetString());
|
||||
LOG->Warn("%s", str.c_str());
|
||||
} else
|
||||
LOG->Info("%s", str.GetString());
|
||||
LOG->Info("%s", str.c_str());
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user