Difference for socket/request.c from version 1.75 to 1.76


version 1.75 version 1.76
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_init_c =   * static char *rcsid_init_c =
  *    "$Id: request.c,v 1.75 2005/12/10 14:27:10 akirschbaum Exp $";   *    "$Id: request.c,v 1.76 2006/01/08 21:02:06 akirschbaum Exp $";
  */   */
   
 /*  /*
Line 148
 
Line 148
      ns->sound = atoi(param);       ns->sound = atoi(param);
      strcat(cmdback, param);       strcat(cmdback, param);
  }   }
  else if (!strcmp(cmd,"ext2")) {  
      ns->ext2 = atoi(param);  
      strcat(cmdback, param);  
  }  
  else if (!strcmp(cmd,"exp64")) {   else if (!strcmp(cmd,"exp64")) {
      ns->exp64 = atoi(param);       ns->exp64 = atoi(param);
      strcat(cmdback, param);       strcat(cmdback, param);
Line 536
 
Line 532
      */       */
     sprintf(pl->write_buf,":%s", (char*)buf);      sprintf(pl->write_buf,":%s", (char*)buf);
   
     pl->socket.ext_title_flag = 2; /* funny hack: we want the class info in old title function */  
   
     /* this avoids any hacking here */      /* this avoids any hacking here */
          
     switch (pl->state) {      switch (pl->state) {


Legend:
line(s) removed in v.1.75 
line(s) changed
 line(s) added in v.1.76

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