fix 64bit format string warnings

This commit is contained in:
Stefan Seyfried
2015-01-27 10:58:43 +01:00
parent 283a6c30eb
commit c41c7b3002
3 changed files with 4 additions and 4 deletions

View File

@@ -2286,7 +2286,7 @@ void CNeutrinoApp::RealRun(CMenuWidget &mainMenu)
m_idletime = time(NULL);
if (m_screensaver)
{
printf("[neutrino] CSreenSaver stop; msg: %X\n", msg);
printf("[neutrino] CSreenSaver stop; msg: %lX\n", msg);
screensaver(false);
videoDecoder->StopPicture();