]> git.pond.sub.org Git - empserver/commit
mission: Widen coordinate columns to four characters
authorMarkus Armbruster <armbru@pond.sub.org>
Sun, 26 May 2013 09:08:37 +0000 (11:08 +0200)
committerMarkus Armbruster <armbru@pond.sub.org>
Mon, 27 May 2013 06:09:13 +0000 (08:09 +0200)
commit3abfde408d520461e84c60fbe502fd11912263ee
tree38a473289ec10de44eb5d66e9b1fc8f0cd8c1f98
parent3e7542a9abf334a2a92c6cd274c21dfd6acf5e12
mission: Widen coordinate columns to four characters

When formatting coordinates for fixed-width output, the width should
be at least four characters.

Columns x,y and op-sect use three.  Has always been that way.  Widen
them both to four.  This cleans up output for world sizes between 200
and 1998.

Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
src/lib/commands/miss.c