[GRASS-SVN] r56532 - grass/branches/releasebranch_6_4/lib/ogsf

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Jun 1 09:46:09 PDT 2013


Author: annakrat
Date: 2013-06-01 09:46:08 -0700 (Sat, 01 Jun 2013)
New Revision: 56532

Modified:
   grass/branches/releasebranch_6_4/lib/ogsf/Gv3.c
Log:
ogsf: revert r56528 (no cats structure)

Modified: grass/branches/releasebranch_6_4/lib/ogsf/Gv3.c
===================================================================
--- grass/branches/releasebranch_6_4/lib/ogsf/Gv3.c	2013-06-01 16:28:02 UTC (rev 56531)
+++ grass/branches/releasebranch_6_4/lib/ogsf/Gv3.c	2013-06-01 16:46:08 UTC (rev 56532)
@@ -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