changeset 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 4ae9461e88ca
children ba2a41f053e6
files src/search.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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);
 			}
 		}