Difference for socket/request.c from version 1.46 to 1.47


version 1.46 version 1.47
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_init_c =   * static char *rcsid_init_c =
  *    "$Id: request.c,v 1.46 2003/03/03 05:13:08 mwedel Exp $";   *    "$Id: request.c,v 1.47 2003/03/19 08:04:51 mwedel Exp $";
  */   */
   
 /*  /*
Line 136
 
Line 136
  strcat(cmdback, " ");   strcat(cmdback, " ");
   
    
  if (!strcmp(cmd,"newanim")) {   if (!strcmp(cmd,"sound")) {
      ns->newanim = atoi(param);  
      strcat(cmdback, param);  
  }  
  else if (!strcmp(cmd,"sound")) {  
      ns->sound = atoi(param);       ns->sound = atoi(param);
      strcat(cmdback, param);       strcat(cmdback, param);
  }   }


Legend:
line(s) removed in v.1.46 
line(s) changed
 line(s) added in v.1.47

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