idnode: fix the string filter for webui

This commit is contained in:
Jaroslav Kysela 2014-11-07 18:12:42 +01:00
parent ea904c66f8
commit a9b1d171be

View file

@ -818,7 +818,8 @@ idnode_filter
}
if (strdisp)
free(strdisp);
return r;
if (r)
return r;
} else if (f->type == IF_NUM || f->type == IF_BOOL) {
int64_t a, b;
if (idnode_get_s64(in, f->key, &a))