- menue: fix format warning 'too many arguments'

This commit is contained in:
svenhoefer
2015-12-21 23:41:09 +01:00
committed by M. Liebmann
parent 809274d750
commit 92abb85a9d

View File

@@ -123,7 +123,7 @@ bool CMenuItem::initModeCondition(const int& stb_mode)
parent_widget->initSelectable(); parent_widget->initSelectable();
return true; return true;
} }
printf("\033[33m[CMenuItem] [%s - %d] missmatching stb mode condition \033[0m\n", __func__, __LINE__, stb_mode); printf("\033[33m[CMenuItem] [%s - %d] missmatching stb mode condition %d\033[0m\n", __func__, __LINE__, stb_mode);
return false; return false;
} }