]> granicus.if.org Git - postgis/commitdiff
Fix debug build
authorSandro Santilli <strk@kbt.io>
Mon, 26 Jun 2017 20:56:28 +0000 (20:56 +0000)
committerSandro Santilli <strk@kbt.io>
Mon, 26 Jun 2017 20:56:28 +0000 (20:56 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@15464 b70326c6-7e19-0410-871a-916f4a2858ee

liblwgeom/lwstroke.c

index e3cca86a77d57a43ae48de2d5f8e4391ef32e848..b0101300dddcf3230a7b2a6d079884d137542290 100644 (file)
@@ -327,7 +327,7 @@ lwcircstring_linearize(const LWCIRCSTRING *icurve, double tol,
                ret = lwarc_linearize(ptarray, &p1, &p2, &p3, tol, tolerance_type, flags);
                if ( ret > 0 )
                {
-                       LWDEBUGF(3, "lwcircstring_linearize: generated %d points", tmp->npoints);
+                       LWDEBUGF(3, "lwcircstring_linearize: generated %d points", ptarray->npoints);
                }
                else if ( ret == 0 )
                {