11 lines
317 B
Diff
11 lines
317 B
Diff
--- src/preproc/grn/hdb.cc
|
|
+++ src/preproc/grn/hdb.cc
|
|
@@ -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 */
|