Fix warnings.

This commit is contained in:
Steve Checkoway
2003-12-24 20:32:20 +00:00
parent 6c642539e8
commit 42c4f7415b
6 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -594,7 +594,7 @@ void ScreenOptionsMaster::RefreshIcons()
if( iSelection >= (int)m_OptionRow[i].choices.size() )
{
/* Invalid selection. Send debug output, to aid debugging. */
CString error = ssprintf("Option row with name '%s' selects item %i, but there are only %i items:\n",
CString error = ssprintf("Option row with name '%s' selects item %i, but there are only %lu items:\n",
m_OptionRow[i].name.c_str(),
iSelection, m_OptionRow[i].choices.size() );