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)
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.


No differences found