commit | 1385899416a4396385ad421ae1f532be7103738a | [log] [tgz] |
---|---|---|
author | Denis Vlasenko <vda.linux@googlemail.com> | Sun Oct 08 12:49:22 2006 +0000 |
committer | Denis Vlasenko <vda.linux@googlemail.com> | Sun Oct 08 12:49:22 2006 +0000 |
tree | fc4d14a910593d1235318bb36abe5e9f72d2039e | |
parent | 5625415085e68ac5e150f54e685417c866620d76 [diff] [blame] |
attempt to regularize atoi mess.
diff --git a/coreutils/du.c b/coreutils/du.c index 1452e58..f61d978 100644 --- a/coreutils/du.c +++ b/coreutils/du.c
@@ -215,7 +215,7 @@ one_file_system = opt & (1 << 5); /* -x opt */ if((opt & (1 << 6))) { /* -d opt */ - max_print_depth = bb_xgetularg10_bnd(smax_print_depth, 0, INT_MAX); + max_print_depth = xatoi_u(smax_print_depth); } if((opt & (1 << 7))) { /* -l opt */