Require using the string format stuff.

Fixes a linux compilation bug.
This commit is contained in:
Jason Felds
2013-06-09 11:15:28 -04:00
parent d6441690b4
commit 8d50a47d49
+1 -1
View File
@@ -66,7 +66,7 @@ void RageInput::LoadDrivers()
// If no input devices are loaded, the user won't be able to input anything.
if( apDevices.size() == 0 )
LOG->Warn( NO_INPUT_DEVICES_LOADED.GetValue() );
LOG->Warn( "%s", NO_INPUT_DEVICES_LOADED.GetValue().c_str() );
}
void RageInput::Update()