From 330f7889e919224e8821ef1ea8a8283e8f451c71 Mon Sep 17 00:00:00 2001 From: Aeon Date: Tue, 1 Sep 2015 18:20:50 +0000 Subject: [PATCH] fix for commit 10971 git-svn-id: http://streamboard.de.vu/svn/oscam/trunk@10976 4b0bc96b-bc66-0410-9d44-ebda105a78c1 --- oscam-conf-mk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oscam-conf-mk.c b/oscam-conf-mk.c index 7a74c88927..55372ca52d 100644 --- a/oscam-conf-mk.c +++ b/oscam-conf-mk.c @@ -656,7 +656,7 @@ char *mk_t_cacheex_valuetab(CECSPVALUETAB *tab) { ptr += snprintf(ptr, size - (ptr - buf), "$%04X", d->srvid); } if(d->awtime > 0) { ptr += snprintf(ptr, size - (ptr - buf), ":%d", d->awtime); } - if(!d->dwtime > 0) + if(!(d->dwtime > 0)) { ptr += snprintf(ptr, size - (ptr - buf), ":0"); } if(d->dwtime > 0) {