From 03808eed850950aaddfc1fd968ec7f7bce7b8497 Mon Sep 17 00:00:00 2001 From: GetAway Date: Sat, 14 Jan 2017 10:00:05 +0100 Subject: [PATCH] fix idle cpu overload >90% --- shellexec.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shellexec.c b/shellexec.c index a4198ef..789b60f 100644 --- a/shellexec.c +++ b/shellexec.c @@ -12,7 +12,7 @@ #include "pngw.h" -#define SH_VERSION 2.0 +#define SH_VERSION 2.01 static char CFG_FILE[128]="/var/tuxbox/config/shellexec.conf"; @@ -665,7 +665,7 @@ int Get_Selection(MENU *m) ShowInfo(m, knew); } knew=1; - switch(rccode = GetRCCode(mtmo * 1000)) + switch(rccode = GetRCCode(1000)) { case RC_RED: if(active && direct[0]>=0) -- 2.39.5