Improved parse_size_arg() so that it can be told to use powers of
authorWayne Davison <wayned@samba.org>
Fri, 14 Oct 2005 18:56:07 +0000 (18:56 +0000)
committerWayne Davison <wayned@samba.org>
Fri, 14 Oct 2005 18:56:07 +0000 (18:56 +0000)
commitaeb213ea0c4721d9ed7d0e465b76323ca8343352
treefb2cc30abe4906899e63b269c7f4f1618e98cf6b
parent7c6ea3d8c7b8723c81803c8e81bd2d5c3daae563
Improved parse_size_arg() so that it can be told to use powers of
ten instead of binary K/M/G powers, and so that it can be told to
add or subtract one from the result.  We also make sure to pass
the arg to --max-size in a compatible manner with older versions.
options.c