diff src/search.c @ 1073:577d726e32f0

Fix a cut and paste error when implementing the comment search (Klaus Ethgen)
author nadvornik
date Mon, 20 Oct 2008 21:00:18 +0000
parents c28eb027dd5b
children 3a7af6a8cd5f
line wrap: on
line diff
--- a/src/search.c	Mon Oct 20 17:13:32 2008 +0000
+++ b/src/search.c	Mon Oct 20 21:00:18 2008 +0000
@@ -1870,7 +1870,7 @@
 			}
 		else
 			{
-			match = (sd->match_comment == SEARCH_MATCH_NONE);
+			match = (sd->match_keywords == SEARCH_MATCH_NONE);
 			}
 		}