ein libcall weniger

This commit is contained in:
nion@localhost 2006-06-17 21:59:08 +02:00
parent da44526c53
commit 4c4403721f
1 changed files with 1 additions and 1 deletions

2
ii.c
View File

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