ein libcall weniger

This commit is contained in:
nion@localhost
2006-06-17 21:59:08 +02:00
parent da44526c53
commit 4c4403721f

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 || strlen(buf)<1) if(!buf || *buf=='\0')
return; return;
for(i = 0; i < TOK_LAST; i++) for(i = 0; i < TOK_LAST; i++)