summaryrefslogtreecommitdiff
path: root/keys.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2005-09-03 11:33:43 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2005-09-03 11:33:43 +0200
commit45a29e5b1614359d09aa3e69b8928fcfeebc84a2 (patch)
tree7e3532af8e53c32402b2980e02c9f4988a687031 /keys.c
parent2a91de02abee737333cf650b32d13e5689443b76 (diff)
downloadvdr-45a29e5b1614359d09aa3e69b8928fcfeebc84a2.tar.gz
vdr-45a29e5b1614359d09aa3e69b8928fcfeebc84a2.tar.bz2
Key macros can now call plugins that don't have a main menu entry
Diffstat (limited to 'keys.c')
-rw-r--r--keys.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/keys.c b/keys.c
index 8a8a104e..8d1c607d 100644
--- a/keys.c
+++ b/keys.c
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: keys.c 1.7 2004/12/27 11:08:34 kls Exp $
+ * $Id: keys.c 1.8 2005/09/03 11:28:34 kls Exp $
*/
#include "keys.h"
@@ -210,7 +210,6 @@ bool cKeyMacro::Parse(char *s)
}
macro[n++] = k_Plugin;
if (n < MAXKEYSINMACRO) {
- macro[n] = kOk;
plugin = strdup(p + 1);
if (!cPluginManager::GetPlugin(plugin)) {
esyslog("ERROR: unknown plugin '%s'", plugin);