Difference for socket/request.c from version 1.63 to 1.64


version 1.63 version 1.64
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_init_c =   * static char *rcsid_init_c =
  *    "$Id: request.c,v 1.63 2004/06/13 17:30:39 akirschbaum Exp $";   *    "$Id: request.c,v 1.64 2005/01/24 07:29:26 mwedel Exp $";
  */   */
   
 /*  /*
Line 316
 
Line 316
   */    */
 void AskSmooth (char *buf, int len, NewSocket *ns){  void AskSmooth (char *buf, int len, NewSocket *ns){
      char* defaultsmooth="default_smoothed.111";       char* defaultsmooth="default_smoothed.111";
      char reply[MAX_BUF];       uint8 reply[MAX_BUF];
      SockList sl;       SockList sl;
      uint16 smoothface;       uint16 smoothface;
      uint16 facenbr;       uint16 facenbr;
   
      facenbr=atoi (buf);       facenbr=atoi (buf);
      if ((!FindSmooth (facenbr, &smoothface)) &&       if ((!FindSmooth (facenbr, &smoothface)) &&
          (!FindSmooth ( ( uint16 )FindFace(defaultsmooth,0), &smoothface))           (!FindSmooth ( ( uint16 )FindFace(defaultsmooth,0), &smoothface))


Legend:
line(s) removed in v.1.63 
line(s) changed
 line(s) added in v.1.64

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