diff src/doc.c @ 109920:1d18d0c81be1

* doc.c (Fsnarf_documentation): Initialize skip_file before build-files test.
author Jan D <jan.h.d@swipnet.se>
date Fri, 13 Aug 2010 12:32:37 +0200
parents 1d1d5d9bd884
children ac121cf6d1fc
line wrap: on
line diff
--- a/src/doc.c	Fri Aug 13 15:36:24 2010 +0900
+++ b/src/doc.c	Fri Aug 13 12:32:37 2010 +0200
@@ -644,6 +644,7 @@
       if (p != end)
 	{
 	  end = (char *) index (p, '\n');
+          skip_file = 0;
 
           /* See if this is a file name, and if it is a file in build-files.  */
           if (p[1] == 'S' && end - p > 4 && end[-2] == '.'