changeset 2173:ed4135c0a0f5

Be less spammy.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 12 Oct 2019 19:44:52 +0300
parents b2a4c906175b
children 25a5dfffef42
files mkcitymap.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mkcitymap.c	Sat Oct 12 19:43:05 2019 +0300
+++ b/mkcitymap.c	Sat Oct 12 19:44:52 2019 +0300
@@ -178,7 +178,7 @@
                 marker->align,
                 marker->xc, marker->yc,
                 marker->xc, marker->yc,
-                (marker->freeform || marker->nnames > 1) ? "sttq" : "qh",
+                (marker->freeform /* be less spammy in the list || marker->nnames > 1 */) ? "sttq" : "qh",
                 marker->xc, marker->yc);
 
             fputse(marker->names[i].name, outFile);