This commit is contained in:
nion@localhost 2006-06-16 16:12:01 +02:00
parent e6b37754ea
commit da44526c53

2
ii.c
View File

@ -301,7 +301,7 @@ static void proc_server_cmd(char *buf)
{ {
char *argv[TOK_LAST], *cmd, *p; char *argv[TOK_LAST], *cmd, *p;
int i; int i;
if(!buf) if(!buf || strlen(buf)<1)
return; return;
for(i = 0; i < TOK_LAST; i++) for(i = 0; i < TOK_LAST; i++)