diff options
| -rw-r--r-- | osdmenu.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ class myOsdMenu : public cOsdMenu { private: bool next, jumpto; - char tmp[16]; + char tmp[64]; int GroupCount; int ChannelCount; |
