changeset 2115:a302e99398f1

Fix comment.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 10 Sep 2019 19:36:37 +0300
parents 2b9b9e0f89b3
children a9529e8e3ec2
files mapsearch.c
diffstat 1 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/mapsearch.c	Tue Sep 10 19:26:04 2019 +0300
+++ b/mapsearch.c	Tue Sep 10 19:36:37 2019 +0300
@@ -1257,9 +1257,7 @@
 
     mapMSG(2, "Search pattern: '%s'\n", pattern);
 
-    //
-    // Search the maps .. enabled or if none specified, all of them
-    //
+    // Search the locations
     for (int nmap = 0; nmap < optNMaps; nmap++)
     {
         MAPInfoCtx *info = &optMaps[nmap];