Fix format strings.
This commit is contained in:
@@ -277,7 +277,7 @@ public:
|
||||
if( iFallbackOption == -1 )
|
||||
{
|
||||
RString s = ssprintf("No options in row \"list,%s\" were selected, and no fallback row found; selected entry 0", m_Def.m_sName.c_str());
|
||||
LOG->Warn( s );
|
||||
LOG->Warn( "%s", s.c_str() );
|
||||
CHECKPOINT_M( s );
|
||||
iFallbackOption = 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user