From 24da36dd8d5fb823fef8a848943f5524850e868e Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sat, 14 Oct 2006 11:47:32 +0200 Subject: Increased the size of the key queue to avoid problems with long key macros --- remote.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'remote.h') diff --git a/remote.h b/remote.h index e5b80b2c..4477666b 100644 --- a/remote.h +++ b/remote.h @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: remote.h 1.36 2006/10/14 10:56:50 kls Exp $ + * $Id: remote.h 1.37 2006/10/14 11:46:58 kls Exp $ */ #ifndef __REMOTE_H @@ -19,7 +19,7 @@ class cRemote : public cListObject { private: - enum { MaxKeys = MAXKEYSINMACRO }; + enum { MaxKeys = 2 * MAXKEYSINMACRO }; static eKeys keys[MaxKeys]; static int in; static int out; -- cgit v1.2.3