forum-msg-id-137755-edit
Original date:2023-03-21 03:34:52 Edited by: petelomax Subject: Re: Phix 1.0.2 uploaded
Oh blimey, this fell of the radar, sorry.
The fix is trivial, around line 275 of builtins/cffi.e replace
-- if match("//",s,sidx)!=sidx then exit end if if s[sidx+1]!=sidx then exit end if
with
-- if match("//",s,sidx)!=sidx then exit end if -- if s[sidx+1]!=sidx then exit end if if s[sidx+1]!='/' then exit end if
And then re-run pw pdemo. I possibly should/might need to ship a 1.0.3, just for this, but obviously I hope not.
Not Categorized, Please Help
|