diff options
author | Jim Meyering <jim@meyering.net> | 2005-03-15 18:05:13 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-03-15 18:05:13 +0000 |
commit | 6d9f816b5c21fc8ae9574db21e517a5a3785e41c (patch) | |
tree | 728774103d7696f53ebb51b11e3c572bb062c61a /tests | |
parent | e2938a5d847639dd354bc92fcce51af9e0128d43 (diff) | |
download | coreutils-6d9f816b5c21fc8ae9574db21e517a5a3785e41c.tar.xz |
Both `pr -0' and e.g., `pr -03' evoke `column count too large'.
`pr -0' should give a better diagnostic and `pr -03' should be
equivalent to `pr -3'.
(parse_column_count): Change return type to void.
Call error (EXIT_FAILURE, ... for an invalid string.
(main): Allocate space for column_count_string using malloc.
Accumulate all old-style column-count digits before converting.
When the number of columns is specified via both old-style,
(e.g., -3), and a long option (--columns=5), ensure that only
the last one specified takes effect.
Diffstat (limited to 'tests')
0 files changed, 0 insertions, 0 deletions