A couple of patches from Tito <farmatito@tiscali.it>

This commit is contained in:
Eric Andersen
2003-04-27 10:42:31 +00:00
parent 7a54360cd4
commit a860bec167
2 changed files with 21 additions and 18 deletions

View File

@ -54,7 +54,7 @@ int strings_main(int argc, char **argv)
opt+=2;
break;
case 'n':
n = bb_xgetlarg(optarg, 10, 1, LONG_MAX);
n = bb_xgetlarg(optarg, 10, 1, INT_MAX);
break;
default:
bb_show_usage();