Difference for socket/loop.c from version 1.20 to 1.21


version 1.20 version 1.21
Line 1
 
Line 1
   
 /*  /*
  * 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 $";
  */   */
   
 /*  /*
Line 188
 
Line 188
  }   }
     } 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 */


Legend:
line(s) removed in v.1.20 
line(s) changed
 line(s) added in v.1.21

File made using version 1.98 of cvs2html by leaf at 2011-07-21 19:35