Difference for socket/request.c from version 1.65 to 1.66


version 1.65 version 1.66
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_init_c =   * static char *rcsid_init_c =
  *    "$Id: request.c,v 1.65 2005/03/06 19:05:25 akirschbaum Exp $";   *    "$Id: request.c,v 1.66 2005/03/06 20:38:56 akirschbaum Exp $";
  */   */
   
 /*  /*
Line 362
 
Line 362
  buf=strchr(buf,' '); /* advance beyond the numbers */   buf=strchr(buf,' '); /* advance beyond the numbers */
  if (!buf) {   if (!buf) {
 #ifdef ESRV_DEBUG  #ifdef ESRV_DEBUG
      LOG(llevDebug,"PlayerCmd: Got count but no command.");       LOG(llevDebug,"PlayerCmd: Got count but no command.\n");
 #endif  #endif
      return;       return;
  }   }


Legend:
line(s) removed in v.1.65 
line(s) changed
 line(s) added in v.1.66

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