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


version 1.6 version 1.7
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_init_c =   * static char *rcsid_init_c =
  *    "$Id: image.c,v 1.6 2005/03/19 09:14:57 mwedel Exp $";   *    "$Id: image.c,v 1.7 2005/03/28 07:20:10 mwedel Exp $";
  */   */
   
 /*  /*
Line 327
 
Line 327
     SockList sl;      SockList sl;
     char fallback;      char fallback;
   
     if (face_num < 0 || face_num >= nrofpixmaps) {      if (face_num <= 0 || face_num >= nrofpixmaps) {
  LOG(llevError,"esrv_send_face (%d) out of bounds??\n",face_num);   LOG(llevError,"esrv_send_face (%d) out of bounds??\n",face_num);
  return;   return;
     }      }


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

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