Skip to content

Commit

Permalink
fix for commit 10971
Browse files Browse the repository at this point in the history
git-svn-id: http://streamboard.de.vu/svn/oscam/trunk@10976 4b0bc96b-bc66-0410-9d44-ebda105a78c1
  • Loading branch information
Aeon authored and Aeon committed Sep 1, 2015
1 parent 1e96158 commit 330f788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oscam-conf-mk.c
Expand Up @@ -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)
{
Expand Down

0 comments on commit 330f788

Please sign in to comment.