changeset 2482:5402702015cc

Update to match the th-libs API.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 10 Feb 2023 02:47:54 +0200
parents 9c23beadfcf4
children 4541c68e1ebf f059b572e612
files src/mapsearch.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/mapsearch.c	Sun Feb 05 02:34:07 2023 +0200
+++ b/src/mapsearch.c	Fri Feb 10 02:47:54 2023 +0200
@@ -1303,7 +1303,7 @@
             LocMarker *marker = info->loc.locations[nloc];
             for (int nname = 0; nname < marker->nnames; nname++)
             if ((marker->flags & LOCF_INVIS) == 0 &&
-                th_strcasematch(marker->names[nname].name, pattern))
+                th_strcasematch(marker->names[nname].name, pattern, false))
             {
                 // Okay, add the match to our list
                 MAPMatch *match = &matches[nmatches++];