]> granicus.if.org Git - postgis/commitdiff
Fix for one of Regina's torture failures as posted to the -devel list here: http...
authorMark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
Wed, 17 Dec 2008 15:05:29 +0000 (15:05 +0000)
committerMark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
Wed, 17 Dec 2008 15:05:29 +0000 (15:05 +0000)
git-svn-id: http://svn.osgeo.org/postgis/branches/1.3@3432 b70326c6-7e19-0410-871a-916f4a2858ee

lwgeom/wktunparse.c

index 152fa7f495a73bc76e30afed048317bb09f2cfee..06370d9b0cfaad13169f0d32ca69e12b99855cdb 100644 (file)
@@ -357,7 +357,7 @@ output_wkt(uchar* geom, int supress)
                                 if(writeM) write_str("CURVEPOLYGONM");
                                 else write_str("CURVEPOLYGON");
                         }
-                        geom = output_collection(geom, output_compound,0);
+                        geom = output_collection(geom, output_wkt,0);
                         break;
                case MULTIPOINTTYPE:
                        if ( supress < 2 )