Difference for socket/image.c from version 1.7 to 1.8


version 1.7 version 1.8
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_init_c =   * static char *rcsid_init_c =
  *    "$Id: image.c,v 1.7 2005/03/28 07:20:10 mwedel Exp $";   *    "$Id: image.c,v 1.8 2005/07/14 09:18:57 akirschbaum Exp $";
  */   */
   
 /*  /*
Line 456
 
Line 456
      * support.       * support.
      */       */
     if (sl.len > MAXSOCKBUF) {      if (sl.len > MAXSOCKBUF) {
  LOG(llevError,"send_image_send: buffer overrun, %s > %s\n", sl.len, MAXSOCKBUF);   LOG(llevError,"send_image_send: buffer overrun, %d > %d\n", sl.len, MAXSOCKBUF);
  abort();   abort();
     }      }
     Send_With_Handling(ns, &sl);      Send_With_Handling(ns, &sl);


Legend:
line(s) removed in v.1.7 
line(s) changed
 line(s) added in v.1.8

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