*: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_i
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
@@ -213,7 +213,7 @@ static int ftpcmd(const char *s1, const char *s2, FILE *fp, char *buf)
|
||||
} while (!isdigit(buf[0]) || buf[3] != ' ');
|
||||
|
||||
buf[3] = '\0';
|
||||
result = xatoi_u(buf);
|
||||
result = xatoi_positive(buf);
|
||||
buf[3] = ' ';
|
||||
return result;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user