land: Separate columns x,y and a in output properly

Coordinates run into army when the y coordinate is wider than three
characters.  Has always been broken.  Insert a separating space.

Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
Markus Armbruster 2013-05-25 19:59:19 +02:00
parent 48912d3c0b
commit adc66a65a6
2 changed files with 29 additions and 28 deletions

View file

@ -28,6 +28,7 @@
*
* Known contributors to this file:
* Steve McClure, 1998
* Markus Armbruster, 2004-2013
*/
#include <config.h>