fix segv on 64bits machines.

SVN revision: 42414
This commit is contained in:
Gustavo Sverzut Barbieri 2009-09-11 14:49:04 +00:00
parent 86fb2312fd
commit f53e73241f
1 changed files with 1 additions and 1 deletions

View File

@ -270,7 +270,7 @@ main(int argc, char **argv)
fd = accept(sock, (struct sockaddr *)&client, &len);
if (fd >= 0)
{
int bytes;
unsigned long bytes;
char line[4096];
int num;