Project

General

Profile

Actions

Bug #624

open

Leere Channels.conf

Added by Anonymous about 13 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
04/19/2011
Due date:
% Done:

0%

Estimated time:

Description

2007-02-04: Version 0.1.4
- test if ChannelNumber is 0 in cGraphLCDState::SetChannel

Hallo Leuts,
dies ging bei mir nicht.
Ich musste folgendes verändern, vieleicht hilft es jemand anderem

state.c:70
- SetChannel(cDevice::CurrentChannel());
+ const cChannel *Channel = NULL;
+ Channel = Channels.GetByNumber(cDevice::CurrentChannel());
+ if(Channel > 0)
+ SetChannel(cDevice::CurrentChannel());

Hoffe ich habe es richtig gemacht.

Gruß
Sanjok_Niel

No data to display

Actions

Also available in: Atom PDF