fix warning

This commit is contained in:
leitner
2007-06-28 22:57:54 +00:00
parent 433e9257c4
commit 539472eb56

View File

@@ -136,7 +136,8 @@ usage:
int matches=0;
len=0;
for (;;) {
unsigned long slen,mid,op;
unsigned long mid,op;
size_t slen;
int cur=0;
tmp=read(sock,buf+len,sizeof(buf)-len);