[GRASS-SVN] r34396 - grass/branches/develbranch_6/lib/gis
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Nov 19 12:27:03 EST 2008
Author: martinl
Date: 2008-11-19 12:27:03 -0500 (Wed, 19 Nov 2008)
New Revision: 34396
Modified:
grass/branches/develbranch_6/lib/gis/get_ellipse.c
Log:
glynn: Close ellipse.table file when done (suggest backporting)
(merge from trunk, r34395)
Modified: grass/branches/develbranch_6/lib/gis/get_ellipse.c
===================================================================
--- grass/branches/develbranch_6/lib/gis/get_ellipse.c 2008-11-19 17:09:05 UTC (rev 34395)
+++ grass/branches/develbranch_6/lib/gis/get_ellipse.c 2008-11-19 17:27:03 UTC (rev 34396)
@@ -322,6 +322,9 @@
continue;
}
}
+
+ fclose(fd);
+
if (!err) {
/* over correct typed version */
qsort(table, count, sizeof(*table), compare_table_names);
More information about the grass-commit
mailing list