[postgis-tickets] r14468 - fix compiler warning in test

Daniel Baston dbaston at gmail.com
Tue Dec 1 17:54:29 PST 2015


Author: dbaston
Date: 2015-12-01 17:54:29 -0800 (Tue, 01 Dec 2015)
New Revision: 14468

Modified:
   trunk/liblwgeom/cunit/cu_tree.c
Log:
fix compiler warning in test

Modified: trunk/liblwgeom/cunit/cu_tree.c
===================================================================
--- trunk/liblwgeom/cunit/cu_tree.c	2015-12-02 01:10:33 UTC (rev 14467)
+++ trunk/liblwgeom/cunit/cu_tree.c	2015-12-02 01:54:29 UTC (rev 14468)
@@ -346,7 +346,7 @@
 
 	for ( j = 0; j < npolys; j++ )
 	{
-		LWGEOM *lwg1 = lwgeom_from_hexwkb(txt_poly2, LW_PARSER_CHECK_NONE);
+		LWGEOM *lwg1 = lwgeom_from_hexwkb(polys[j], LW_PARSER_CHECK_NONE);
 		LWGEOM *lwg2 = lwgeom_from_wkt("POINT(-69.83262 43.43636)", LW_PARSER_CHECK_NONE);
 	
 		CIRC_NODE *c1 = lwgeom_calculate_circ_tree(lwg1);



More information about the postgis-tickets mailing list