summaryrefslogtreecommitdiff
path: root/interface.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2001-09-01 11:44:08 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2001-09-01 11:44:08 +0200
commitdce6bb864be5f29c03d341493d05274652cdd0f7 (patch)
tree0c67e21d8465fc55e79b57b536a28675ad34833e /interface.c
parent63105a78429114106d1063266e9e774467ad7fac (diff)
downloadvdr-dce6bb864be5f29c03d341493d05274652cdd0f7.tar.gz
vdr-dce6bb864be5f29c03d341493d05274652cdd0f7.tar.bz2
New remote control key 'Power'
Diffstat (limited to 'interface.c')
-rw-r--r--interface.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/interface.c b/interface.c
index b7cb457c..a6c9451e 100644
--- a/interface.c
+++ b/interface.c
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: interface.c 1.42 2001/09/01 07:30:37 kls Exp $
+ * $Id: interface.c 1.43 2001/09/01 10:33:03 kls Exp $
*/
#include "interface.h"
@@ -356,7 +356,7 @@ void cInterface::QueryKeys(void)
WriteText(1, 5, tr("Press any key on the RC unit"));
Flush();
#ifndef REMOTE_KBD
- unsigned char Code = 0;
+ unsigned char Code = '0';
unsigned short Address;
#endif
for (;;) {