From: Sandro Santilli Date: Mon, 26 Jun 2017 20:56:28 +0000 (+0000) Subject: Fix debug build X-Git-Tag: 2.4.0alpha~52 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=87f2e868a72389f668439728afffd3ef7712a153;p=postgis Fix debug build git-svn-id: http://svn.osgeo.org/postgis/trunk@15464 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/liblwgeom/lwstroke.c b/liblwgeom/lwstroke.c index e3cca86a7..b0101300d 100644 --- a/liblwgeom/lwstroke.c +++ b/liblwgeom/lwstroke.c @@ -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 ) {