fixed compiler warning: use size_t, not int

This commit is contained in:
goldsimon 2010-06-25 18:42:17 +00:00
parent 04cbdfe912
commit bcf978f58d
1 changed files with 1 additions and 1 deletions

View File

@ -485,7 +485,7 @@ com_send(struct command *com)
{
int i;
err_t err;
int len;
size_t len;
i = strtol(com->args[0], NULL, 10);