Making sure channel display is reset after entering an invalid channel number

This commit is contained in:
Klaus Schmidinger 2000-04-23 15:56:16 +02:00
parent 160c6ec5eb
commit f308fd8b5d
1 changed files with 2 additions and 1 deletions

3
osm.c
View File

@ -22,7 +22,7 @@
*
* The project's page is at http://www.cadsoft.de/people/kls/vdr
*
* $Id: osm.c 1.8 2000/04/23 14:57:57 kls Exp $
* $Id: osm.c 1.9 2000/04/23 15:56:16 kls Exp $
*/
#include <signal.h>
@ -86,6 +86,7 @@ int main(int argc, char *argv[])
if (time_ms() - dcTime > DIRECTCHANNELTIMEOUT) {
cChannel::SwitchTo(dcNumber - 1);
dcNumber = 0;
LastChannel = -1; // in case an invalid channel number was entered!
}
}
// Timer Processing: