Size reductions, mostly switching things to use libbb functions.
This commit is contained in:
@@ -41,7 +41,7 @@ int strings_main(int argc, char **argv)
|
||||
argv += optind;
|
||||
|
||||
n = bb_xgetlarg(n_arg, 10, 1, INT_MAX);
|
||||
string = xcalloc(n + 1, 1);
|
||||
string = xzalloc(n + 1);
|
||||
n--;
|
||||
|
||||
if (argc == 0) {
|
||||
|
Reference in New Issue
Block a user