(nstr_exec_val): Failed to update category when evaluating symbolic
value.
This commit is contained in:
parent
498fe97332
commit
a537629d50
1 changed files with 1 additions and 0 deletions
|
@ -476,6 +476,7 @@ nstr_exec_val(struct valstr *val, natid cnum, void *ptr, nsc_type want)
|
||||||
CANT_HAPPEN("Bad VAL type");
|
CANT_HAPPEN("Bad VAL type");
|
||||||
val->val_as.lng = 0;
|
val->val_as.lng = 0;
|
||||||
}
|
}
|
||||||
|
val->val_cat = NSC_VAL;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (valtype == want)
|
if (valtype == want)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue