@@ -816,7 +816,7 @@ inline static int comp_select(int op, select_t* sel, int rtype, union exp_op* r,
if (ret > 0) return 0;
switch(op) {
- case NO_OP: return 1;
+ case NO_OP: return (val.len>0);
case BINOR_OP:
case BINAND_OP:
ERR("Binary operators cannot be used with string selects\n");