diff src/search.c @ 1191:bb02d0e2a573

Rename most comment_*() functions to more appropriate metadata_*().
author zas_
date Sun, 30 Nov 2008 21:43:01 +0000
parents f6449c17306b
children e2bbe90b0dcd
line wrap: on
line diff
--- a/src/search.c	Sun Nov 30 11:46:34 2008 +0000
+++ b/src/search.c	Sun Nov 30 21:43:01 2008 +0000
@@ -1804,7 +1804,7 @@
 		tested = TRUE;
 		match = FALSE;
 
-		if (comment_read(fd, &list, NULL))
+		if (metadata_read(fd, &list, NULL))
 			{
 			GList *needle;
 			GList *haystack;
@@ -1882,7 +1882,7 @@
 		tested = TRUE;
 		match = FALSE;
 
-		if (comment_read(fd, NULL, &comment))
+		if (metadata_read(fd, NULL, &comment))
 			{
 			if (! sd->search_comment_match_case)
 				{