changeset 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 f0dab256c4f7
children 10a10fc8caf6
files src/ChangeLog src/doc.c
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Fri Aug 13 15:36:24 2010 +0900
+++ b/src/ChangeLog	Fri Aug 13 12:32:37 2010 +0200
@@ -1,3 +1,8 @@
+2010-08-13  Jan Djärv  <jan.h.d@swipnet.se>
+
+	* doc.c (Fsnarf_documentation): Initialize skip_file before
+	build-files test.
+
 2010-08-09  Peter O'Gorman <pogma@thewrittenword.com>  (tiny change)
 
 	* s/hpux10-20.h (HAVE_TERMIOS, NO_TERMIO, ORDINARY_LINK): New
--- 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] == '.'