> 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