diff --git a/stepmania/src/ScreenOptions.cpp b/stepmania/src/ScreenOptions.cpp index 4bfcfc909b..a5e4201613 100644 --- a/stepmania/src/ScreenOptions.cpp +++ b/stepmania/src/ScreenOptions.cpp @@ -356,7 +356,7 @@ void ScreenOptions::RefreshIcons() for( unsigned j = 0; j < m_OptionRow[i].choices.size(); ++j ) error += ssprintf(" %s\n", m_OptionRow[i].choices[j].c_str()); - RageException::Throw(error); + RageException::Throw( "%s", error.c_str() ); } CString sSelection = m_OptionRow[i].choices[iSelection];