diff src/tag.c @ 1146:0e8da252bda1

updated for version 7.1a
author vimboss
date Sun, 06 May 2007 12:51:41 +0000
parents 721ebb602db0
children a3c21128b246
line wrap: on
line diff
--- a/src/tag.c
+++ b/src/tag.c
@@ -1625,6 +1625,8 @@ find_tags(pat, num_matches, matchesp, fl
 		eof = tag_fgets(lbuf, LSIZE, fp);
 		if (!eof && search_info.curr_offset != 0)
 		{
+		    /* The explicit cast is to work around a bug in gcc 3.4.2
+		     * (repeated below). */
 		    search_info.curr_offset = ftell(fp);
 		    if (search_info.curr_offset == search_info.high_offset)
 		    {