summaryrefslogtreecommitdiff
path: root/interface.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2002-09-30 15:57:23 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2002-09-30 15:57:23 +0200
commitb7615a7ae144789da14d32019b2f86fc4bf6dcef (patch)
tree8bc22453c06c4a81fe794b83805380b2c1f32c0a /interface.c
parent2c8aa42043b35e19600f1181369f1ecb076cf5db (diff)
downloadvdr-b7615a7ae144789da14d32019b2f86fc4bf6dcef.tar.gz
vdr-b7615a7ae144789da14d32019b2f86fc4bf6dcef.tar.bz2
Fixed a missing Flush() call in the remote control learning procedure
Diffstat (limited to 'interface.c')
-rw-r--r--interface.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/interface.c b/interface.c
index 3f1fba8f..64c74894 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.55 2002/09/29 12:50:22 kls Exp $
+ * $Id: interface.c 1.56 2002/09/30 15:32:10 kls Exp $
*/
#include "interface.h"
@@ -366,6 +366,7 @@ void cInterface::QueryKeys(cRemote *Remote)
ClearEol(0, 7);
ClearEol(0, 8);
ClearEol(0, 9);
+ Flush();
for (;;) {
Key = cRemote::Get(100);
if (Key == kUp) {