]> granicus.if.org Git - postgis/commitdiff
Fix too many arguments warning introduced with r15236
authorSandro Santilli <strk@kbt.io>
Mon, 21 Nov 2016 15:24:13 +0000 (15:24 +0000)
committerSandro Santilli <strk@kbt.io>
Mon, 21 Nov 2016 15:24:13 +0000 (15:24 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@15239 b70326c6-7e19-0410-871a-916f4a2858ee

topology/postgis_topology.c

index 8e628c8935881355a7b8fc9c621976eac1e1bc78..7665c6149dbaae4ad4f57964794414a3cacf7459 100644 (file)
@@ -2736,7 +2736,7 @@ cb_getEdgeWithinBox2D ( const LWT_BE_TOPOLOGY* topo, const GBOX* box,
     appendStringInfoString(sql, "SELECT ");
     addEdgeFields(sql, fields, 0);
   }
-  appendStringInfo(sql, " FROM \"%s\".edge", topo->name, hexbox);
+  appendStringInfo(sql, " FROM \"%s\".edge", topo->name);
 
   if ( box ) {
     hexbox = _box2d_to_hexwkb(box, topo->srid);