From cd4ef37d710d3e863c7c2b5695b7863608571df9 Mon Sep 17 00:00:00 2001 From: svenhoefer Date: Wed, 21 Sep 2016 23:01:18 +0200 Subject: [PATCH] - shellexec: update version string --- shellexec.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/shellexec.c b/shellexec.c index 8630677..17cfcd6 100644 --- a/shellexec.c +++ b/shellexec.c @@ -6,6 +6,8 @@ #include "io.h" #include "gfx.h" +#define SH_VERSION 1.30 + static char CFG_FILE[128]="/var/tuxbox/config/shellexec.conf"; //#define FONT "/usr/share/fonts/md_khmurabi_10.ttf" @@ -47,7 +49,7 @@ static char spres[][5]={"","_crt","_lcd"}; #define LIST_STEP 10 #define BUFSIZE 4095 -#define SH_VERSION 1.21 + typedef struct {int fnum; FILE *fh[16];} FSTRUCT, *PFSTRUCT; static int direct[32]; -- 2.39.5