[GRASS-SVN] r56533 - grass/branches/develbranch_6/lib/ogsf
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Jun 1 09:47:34 PDT 2013
Author: annakrat
Date: 2013-06-01 09:47:34 -0700 (Sat, 01 Jun 2013)
New Revision: 56533
Modified:
grass/branches/develbranch_6/lib/ogsf/Gv3.c
Log:
ogsf: revert r56529 (no cats structure)
Modified: grass/branches/develbranch_6/lib/ogsf/Gv3.c
===================================================================
--- grass/branches/develbranch_6/lib/ogsf/Gv3.c 2013-06-01 16:46:08 UTC (rev 56532)
+++ grass/branches/develbranch_6/lib/ogsf/Gv3.c 2013-06-01 16:47:34 UTC (rev 56533)
@@ -142,7 +142,6 @@
}
- gln->cats = NULL;
gln->next = (geoline *) G_malloc(sizeof(geoline)); /* G_fatal_error */
if (!gln->next) {
return (NULL);
More information about the grass-commit
mailing list