version 1.20 | | version 1.21 |
---|
| | |
| | |
/* | | /* |
* static char *rcsid_loop_c = | | * static char *rcsid_loop_c = |
* "$Id: loop.c,v 1.20 2002/10/28 04:36:17 garbled Exp $"; | | * "$Id: loop.c,v 1.21 2002/12/27 08:37:41 mwedel Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
} | | } |
} while (ns->inbuf.buf[ns->inbuf.len++]!='\n'); | | } while (ns->inbuf.buf[ns->inbuf.len++]!='\n'); |
| | |
| | ns->inbuf.buf[ns->inbuf.len]=0; |
| | |
cp = strchr(ns->inbuf.buf, ' '); | | cp = strchr(ns->inbuf.buf, ' '); |
if (cp) { | | if (cp) { |
/* Replace the space with a null, skip any more spaces */ | | /* Replace the space with a null, skip any more spaces */ |