summaryrefslogtreecommitdiff
path: root/lirc.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2020-09-16 13:48:33 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2020-09-16 13:48:33 +0200
commiteebe7c798a689dd1c627f4af5203902665cc2f21 (patch)
treedbe69c8fc12f2535ae6b8646e8f738eecaab6bb8 /lirc.c
parent76a7bed57561285b1c32ac8d7a6c68dc607c3d39 (diff)
downloadvdr-eebe7c798a689dd1c627f4af5203902665cc2f21.tar.gz
vdr-eebe7c798a689dd1c627f4af5203902665cc2f21.tar.bz2
Fixed several typos
Diffstat (limited to 'lirc.c')
-rw-r--r--lirc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lirc.c b/lirc.c
index d02ae11e..9cc287a6 100644
--- a/lirc.c
+++ b/lirc.c
@@ -6,7 +6,7 @@
*
* LIRC support added by Carsten Koch <Carsten.Koch@icem.de> 2000-06-16.
*
- * $Id: lirc.c 4.1 2017/05/30 11:02:17 kls Exp $
+ * $Id: lirc.c 4.2 2020/09/16 13:48:33 kls Exp $
*/
#include "lirc.h"
@@ -89,7 +89,7 @@ void cLircRemote::Action(void)
int count;
char KeyName[LIRC_KEY_BUF];
if (sscanf(buf, "%*x %x %29s", &count, KeyName) != 2) { // '29' in '%29s' is LIRC_KEY_BUF-1!
- esyslog("ERROR: unparseable lirc command: %s", buf);
+ esyslog("ERROR: unparsable lirc command: %s", buf);
continue;
}
int Delta = ThisTime.Elapsed(); // the time between two subsequent LIRC events