mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
fix 64bit format string warnings
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user