[postgis-commits] svn - r3362 - trunk/liblwgeom

postgis-commits at postgis.refractions.net postgis-commits at postgis.refractions.net
Fri Dec 5 04:33:26 PST 2008


Author: robe
Date: 2008-12-05 04:33:20 -0800 (Fri, 05 Dec 2008)
New Revision: 3362

Modified:
   trunk/liblwgeom/lwgeom.c
Log:
#GBT 80: ST_Multi seg faults when given MULTILINESTRING

Modified: trunk/liblwgeom/lwgeom.c
===================================================================
--- trunk/liblwgeom/lwgeom.c	2008-12-05 12:20:44 UTC (rev 3361)
+++ trunk/liblwgeom/lwgeom.c	2008-12-05 12:33:20 UTC (rev 3362)
@@ -791,6 +791,7 @@
 	switch(type)
         {
 		case MULTIPOINTTYPE:
+		case MULTILINETYPE:
 		case MULTIPOLYGONTYPE:
 		case COLLECTIONTYPE:
 		case COMPOUNDTYPE:



More information about the postgis-commits mailing list