Difference for socket/request.c from version 1.80 to 1.81


version 1.80 version 1.81
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_init_c =   * static char *rcsid_init_c =
  *    "$Id: request.c,v 1.80 2006/01/13 20:42:02 cavesomething Exp $";   *    "$Id: request.c,v 1.81 2006/01/13 21:26:27 akirschbaum Exp $";
  */   */
   
 /*  /*
Line 533
 
Line 533
      * think it was the carriage return that was entered, and the       * think it was the carriage return that was entered, and the
      * function then does not try to do additional input.       * function then does not try to do additional input.
      */       */
     sprintf(pl->write_buf,":%s", (char*)buf);      snprintf(pl->write_buf, sizeof(pl->write_buf), ":%s", buf);
   
     /* this avoids any hacking here */      /* this avoids any hacking here */
          


Legend:
line(s) removed in v.1.80 
line(s) changed
 line(s) added in v.1.81

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