99d8df5dc8
- fixed fclose called once too often (#132690): thanks to Ulrich Drepper for the bug hunting
11 lines
423 B
Diff
11 lines
423 B
Diff
--- 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 */
|