changeset 2107:c19d857cb001

10L fix.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 10 Sep 2019 17:14:07 +0300
parents e7ab4a64a988
children 5289199fce81
files mapsearch.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/mapsearch.c	Tue Sep 10 17:09:36 2019 +0300
+++ b/mapsearch.c	Tue Sep 10 17:14:07 2019 +0300
@@ -907,7 +907,7 @@
                 match->marker->file->continent,
                 match->mx, match->my,
                 match->wx, match->wy,
-                match->val,
+                match->marker->val,
                 vend);
 
             th_strbuf_puts(buf, &bufSize, bufLen, vstr);
@@ -923,7 +923,7 @@
                 match->wx, match->wy,
                 match->marker->flags,
                 match->nname,
-                match->val);
+                match->marker->val);
 
             th_strbuf_puts(buf, &bufSize, bufLen, vstr);
             th_free(vstr);