]> granicus.if.org Git - postgis/commitdiff
Fix build with --enable-debug=3 [RT-SIGTA]
authorSandro Santilli <strk@keybit.net>
Tue, 16 Feb 2010 09:29:31 +0000 (09:29 +0000)
committerSandro Santilli <strk@keybit.net>
Tue, 16 Feb 2010 09:29:31 +0000 (09:29 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@5255 b70326c6-7e19-0410-871a-916f4a2858ee

postgis/lwgeom_geos.c

index dbd648687bd3b86dcd87f5c267595e20f569888b..de606b7eb4b064d07be09c3dc768900f9bee501f 100644 (file)
@@ -4146,7 +4146,7 @@ LWGEOM_GEOS_makeValidPolygon(const GEOSGeometry* gin)
 
        POSTGIS_DEBUGF(3,
                       "Boundaries: %s",
-                      lwgeom_to_ewkt(GEOS2LWGEOM(geos_bound, is3d),
+                      lwgeom_to_ewkt(GEOS2LWGEOM(geos_bound, 0),
                                      PARSER_CHECK_NONE));
 
        /*
@@ -4181,7 +4181,7 @@ LWGEOM_GEOS_makeValidPolygon(const GEOSGeometry* gin)
 
        POSTGIS_DEBUGF(3,
                       "Noded: %s",
-                      lwgeom_to_ewkt(GEOS2LWGEOM(geos_bound_noded, is3d),
+                      lwgeom_to_ewkt(GEOS2LWGEOM(geos_bound_noded, 0),
                                      PARSER_CHECK_NONE));
 
        geos_area = LWGEOM_GEOS_buildArea(geos_bound_noded);