| Message view | « Date » · « Thread » |
|---|---|
| Top | « Date » · « Thread » |
| From | Jim Jagielski <...@jaguNET.com> |
| Subject | Re: I WANT A GA release |
| Date | Fri, 05 Apr 2002 19:45:46 GMT |
Cliff Woolley wrote:
>
> DETERMINE_NEXTSTRING(ct, isquoted);
> - ct++;
> + if (*ct != '\0') {
> + ct++;
> + }
> numargs++;
> SKIP_WHITESPACE(ct);
We could do the SKIP inside the loop, since if ct is NULL, we know we're
at the end, but I'm +1 !!
--
===========================================================================
Jim Jagielski [|] jim@jaguNET.com [|] http://www.jaguNET.com/
"A society that will trade a little liberty for a little order
will lose both and deserve neither" - T.Jefferson
| |
| Mime |
|
| View raw message | |