Remove width specifications from range strings (eg %3d-%3d)
authorJohn Darrington <john@darrington.wattle.id.au>
Sat, 3 Oct 2020 05:37:26 +0000 (07:37 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Sun, 27 Sep 2020 19:15:55 +0000 (21:15 +0200)
commit4f8462c882f28fed5345be2dab9d2cc73cd0b2da
tree9b73ac36731818811d79510b9d1f46745ad09ab9
parentf814726c9e2aecebf9f7da423f6990263b3dedf9
Remove width specifications from range strings (eg %3d-%3d)

src/language/data-io/data-parser.c: Change %3d to %d
src/language/data-io/print.c: ditto

Having these width specifications resulted in an ugly space after
the dash.  Removing them means the the output is more aesthetically
pleasing in my opinion.
13 files changed:
src/language/data-io/data-parser.c
src/language/data-io/print.c
tests/language/data-io/data-reader.at
tests/language/data-io/dataset.at
tests/language/data-io/list.at
tests/language/dictionary/weight.at
tests/language/expressions/evaluate.at
tests/language/stats/autorecode.at
tests/language/stats/crosstabs.at
tests/language/stats/descriptives.at
tests/language/utilities/title.at
tests/language/xforms/compute.at
tests/language/xforms/count.at