mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 15:02:56 +02:00
sectionsdclient: correctly initialize CurrentNextInfo with c'tor
This commit is contained in:
@@ -149,7 +149,16 @@ class CSectionsdClient : private CBasicClient
|
||||
};
|
||||
|
||||
struct CurrentNextInfo : public responseGetCurrentNextInfoChannelID
|
||||
{};
|
||||
{
|
||||
CurrentNextInfo() {
|
||||
current_uniqueKey = 0;
|
||||
current_name = "";
|
||||
current_fsk = 0x0;
|
||||
next_uniqueKey = 0;
|
||||
next_name = "";
|
||||
flags = 0x0;
|
||||
}
|
||||
};
|
||||
|
||||
typedef struct
|
||||
{
|
||||
|
Reference in New Issue
Block a user