summaryrefslogtreecommitdiffstats
path: root/groff-1.18.1.1-grn.patch
blob: 45e4b300abe58e2a10cd8953aeb2d90e4504ae21 (plain)
1
2
3
4
5
6
7
8
9
10
--- groff-1.18.1.1/src/preproc/grn/hdb.cc.grn	2002-10-07 06:42:55.000000000 +0200
+++ groff-1.18.1.1/src/preproc/grn/hdb.cc	2004-09-16 10:23:42.394486378 +0200
@@ -115,7 +115,6 @@
     type = DBGetType(string);	/* interpret element type */
     if (type < 0) {		/* no more data */
       done = TRUE;
-      (void) fclose(file);
     } else {
 #ifdef UW_FASTSCAN
       (void) xscanf(file, &x, &y);		/* always one point */