> erik quanstrom <quans...@quanstro.net> wrote:
> 
> > > without having access to a unix machine right now, i'm guessing that
> > > the code at jtcommon should replace
> > >   if(*cp == '\0')
> > > with
> > >   if(*cp == '\0' || *cp == ';')
> > > 
> > > at lines 428.  similar change at line 328.
> >
> > sorry, fat fingers.  428 and 438.
> >
> > - erik
> Actually 328 is what I've got.  But no change in behaviour after recompile.

the plan 9 version works as you expect it should, and it's
not a 32-bit rune problem because that works on my system.
by looking at the differences between the p9p and plan 9
version, you should be able to find the problem rather
rapidly.  there's not much code involved.

- erik

Reply via email to