attempt to regularize atoi mess.
This commit is contained in:
@@ -87,7 +87,7 @@ int patch_main(int argc, char **argv)
|
||||
char *p, *i;
|
||||
ret = getopt32(argc, argv, "p:i:", &p, &i);
|
||||
if (ret & 1)
|
||||
patch_level = bb_xgetlarg(p, 10, -1, USHRT_MAX);
|
||||
patch_level = xatol_range(p, -1, USHRT_MAX);
|
||||
if (ret & 2) {
|
||||
patch_file = xfopen(i, "r");
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user