[postgis-tickets] r15464 - Fix debug build

Sandro Santilli strk at kbt.io
Mon Jun 26 13:56:28 PDT 2017


Author: strk
Date: 2017-06-26 13:56:28 -0700 (Mon, 26 Jun 2017)
New Revision: 15464

Modified:
   trunk/liblwgeom/lwstroke.c
Log:
Fix debug build

Modified: trunk/liblwgeom/lwstroke.c
===================================================================
--- trunk/liblwgeom/lwstroke.c	2017-06-24 06:18:36 UTC (rev 15463)
+++ trunk/liblwgeom/lwstroke.c	2017-06-26 20:56:28 UTC (rev 15464)
@@ -327,7 +327,7 @@
 		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 )
 		{



More information about the postgis-tickets mailing list