Merge branch 'develop' of https://github.com/clicon/clixon into develop

This commit is contained in:
Olof hagsand 2018-07-20 10:54:07 +02:00
commit 912d1df853
3 changed files with 3 additions and 3 deletions

View file

@ -162,7 +162,7 @@ ctx_print(cbuf *cb,
int
ctx2boolean(xp_ctx *xc)
{
int b;
int b = -1;
switch (xc->xc_type){
case XT_NODESET:
b = (xc->xc_size != 0);