From: Sandro Santilli Date: Fri, 18 Dec 2015 16:32:02 +0000 (+0000) Subject: Fix debug print X-Git-Tag: 2.3.0beta1~319 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a21b01dfd52577c98401e0e0c826c2f9356c2997;p=postgis Fix debug print git-svn-id: http://svn.osgeo.org/postgis/trunk@14504 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/liblwgeom/lwgeom_topo.c b/liblwgeom/lwgeom_topo.c index 426920e4e..752c543e7 100644 --- a/liblwgeom/lwgeom_topo.c +++ b/liblwgeom/lwgeom_topo.c @@ -3458,8 +3458,8 @@ lwt_ChangeEdgeGeom(LWT_TOPOLOGY* topo, LWT_ELEMID edge_id, LWLINE *geom) isclosed ? &span_pre : NULL, edge_id ); LWDEBUGF(1, "edges adjacent to old edge are %" LWTFMT_ELEMID - " and % (first point), %" LWTFMT_ELEMID - " and % (last point)" LWTFMT_ELEMID, + " and %" LWTFMT_ELEMID " (first point), %" LWTFMT_ELEMID + " and %" LWTFMT_ELEMID " (last point)", span_pre.nextCW, span_pre.nextCCW, epan_pre.nextCW, epan_pre.nextCCW); @@ -3496,9 +3496,8 @@ lwt_ChangeEdgeGeom(LWT_TOPOLOGY* topo, LWT_ELEMID edge_id, LWLINE *geom) isclosed ? &span_post : NULL, edge_id ); LWDEBUGF(1, "edges adjacent to new edge are %" LWTFMT_ELEMID - " and %" LWTFMT_ELEMID - " (first point), %" LWTFMT_ELEMID - " and % (last point)" LWTFMT_ELEMID, + " and %" LWTFMT_ELEMID " (first point), %" LWTFMT_ELEMID + " and %" LWTFMT_ELEMID " (last point)", span_pre.nextCW, span_pre.nextCCW, epan_pre.nextCW, epan_pre.nextCCW);