Commit 2806edf3 authored by Federico G. Schwindt's avatar Federico G. Schwindt Committed by Lasse Karstensen

Use the right variable

Fixes previous commit. Sigh.
parent 152dd84a
......@@ -148,7 +148,7 @@ vslq_test_rec(const struct vex *vex, const struct VSLC_ptr *rec)
lhs_float = VNUMpfx(b, &q);
if (isnan(lhs_float))
return (0);
if (q != NULL && q > p && !isspace(q[-1]))
if (q != NULL && q > b && !isspace(q[-1]))
return (0);
break;
default:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment