mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 00:41:17 +02:00
fix initializers and shadows
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@124 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -285,13 +285,13 @@ printf("CVFD::showPercentOver: %d, bar %d\n", (int) perc, pp);
|
||||
}
|
||||
}
|
||||
|
||||
void CVFD::showMenuText(const int /*position*/, const char * text, const int /*highlight*/, const bool /*utf_encoded*/)
|
||||
void CVFD::showMenuText(const int /*position*/, const char * ptext, const int /*highlight*/, const bool /*utf_encoded*/)
|
||||
{
|
||||
if(!has_lcd) return;
|
||||
if (mode != MODE_MENU_UTF8)
|
||||
return;
|
||||
|
||||
ShowText((char *) text);
|
||||
ShowText((char *) ptext);
|
||||
wake_up();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user