From 9e4ce5c2db4f9231377bfe3f61068a221d44b14d Mon Sep 17 00:00:00 2001 From: george Date: Wed, 19 Mar 2014 18:47:16 +0000 Subject: [PATCH] bug fix for bnf project --- p/C0XGET2.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p/C0XGET2.m b/p/C0XGET2.m index 649c33c..65de413 100644 --- a/p/C0XGET2.m +++ b/p/C0XGET2.m @@ -73,7 +73,7 @@ qparse(qrtn,zquery) ; parses the query ; n q1,q2,q3,qq ;s qq=$tr(zquery," ","^") - s qq=query ; really want to remove whitespace here + s qq=zquery ; really want to remove whitespace here s q1=$p(qq," ",1) i q1["?" s q1="" s q2=$p(qq," ",2)