]> granicus.if.org Git - postgis/commitdiff
Fixed debugging lines.
authorSandro Santilli <strk@keybit.net>
Tue, 8 Mar 2005 09:23:34 +0000 (09:23 +0000)
committerSandro Santilli <strk@keybit.net>
Tue, 8 Mar 2005 09:23:34 +0000 (09:23 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@1508 b70326c6-7e19-0410-871a-916f4a2858ee

lwgeom/lwgeom_estimate.c

index f85e28c3e322e4bc1d1dfc9d70b84797e2b7684a..badbd24ab5f80e93776c919de4cd330a7b1b8ea8 100644 (file)
@@ -1645,7 +1645,7 @@ Datum LWGEOM_gist_sel(PG_FUNCTION_ARGS)
        }
 
 #if DEBUG_GEOMETRY_STATS > 1
-       elog(NOTICE," requested search box is : %.15g %.15g, %.15g %.15g",search_box->xmin,search_box->ymin,search_box->xmax,search_box->ymax);
+       elog(NOTICE," requested search box is : %.15g %.15g, %.15g %.15g",search_box.xmin,search_box.ymin,search_box.xmax,search_box.ymax);
 #endif
 
        /*
@@ -2446,6 +2446,9 @@ Datum LWGEOM_estimated_extent(PG_FUNCTION_ARGS)
 
 /**********************************************************************
  * $Log$
+ * Revision 1.25  2005/03/08 09:23:34  strk
+ * Fixed debugging lines.
+ *
  * Revision 1.24  2005/02/21 16:22:32  strk
  * Changed min() max() usage with LW_MIN() LW_MAX()
  *