version 1.65 | | version 1.66 |
---|
| | |
/* | | /* |
* 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 $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
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; |
} | | } |