Commit Graph

6 Commits

Author SHA1 Message Date
Thilo Graf
839d8a9d9c subchannel_select: fix possible format-truncation error
output between 5 and 152 bytes into a destination of size 100
2020-01-06 16:57:30 +01:00
Thilo Graf
fd7dab02b3 gui/subchannel_select.cpp: fix possible format-overflow error
error was:
'%s' directive writing up to 49 bytes into a region of size between 48
and 97 [-Werror=format-overflow=]
sprintf(nvod_s, "%s - %s %s", nvod_time_a, nvod_time_e, nvod_time_x);
2019-02-16 21:47:34 +01:00
Stefan Seyfried
8a243ea12e subchannel_select: ensure buffer does not overflow 2017-09-26 12:41:05 +02:00
M. Liebmann
b41819190d Preparing the menu classes for Lua Part #2
- Remove CMenuForwarderNonLocalized
- Add overloaded function CMenuForwarder for non local
  THX Martii
2014-01-19 20:57:37 +01:00
satbaby
a3bfab0bcd remove doubles include 2012-09-11 20:31:33 +02:00
thilo
f81f41400c *neutrino subchannel_menu: own modul for subchannel menu and clean up keyhelper class
- move keyhelper class into new file user_menue.h
  This class is made to manage only colorkeys, but has the same name like
  CKeyHelper in file keyhelper.h. This class is managing the other keys and
  it could easily lead to confusion.

- add modul subchannel/director menu, removed unused functions
  The subchannel_select.cpp/h modul contains the getNVODMenu() member, moved from neutrino_menue.cpp
  into its own class.
  Also removed member SelectAPID() and SelectNVOD()from neutrino.cpp this
  members were unused.

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1639 e54a6e83-5905-42d5-8d5c-058d10e6a962
2011-08-31 16:24:50 +00:00