changeset 1942:0acfd2f06ebb

Improve a comment.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 13 Nov 2017 06:40:59 +0200
parents 97ff235f42f5
children ae928ade4bda
files mapsearch.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mapsearch.c	Mon Nov 13 06:40:52 2017 +0200
+++ b/mapsearch.c	Mon Nov 13 06:40:59 2017 +0200
@@ -1164,7 +1164,7 @@
                 if (nmatches >= SET_MAX_MATCHES)
                     goto out;
 
-                // Bail out from this location
+                // Bail out from this location, in order not to have dupes for it
                 break;
             }
         }