version 1.75 | | version 1.76 |
---|
| | |
/* | | /* |
* 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 $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
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); |
| | |
*/ | | */ |
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) { |