From c2e7b08d72c74da8865f577927e8bd8514329e75 Mon Sep 17 00:00:00 2001 From: Paul Ramsey Date: Fri, 20 Nov 2009 20:12:42 +0000 Subject: [PATCH] Fix an error hidden in a debug line. git-svn-id: http://svn.osgeo.org/postgis/trunk@4873 b70326c6-7e19-0410-871a-916f4a2858ee --- postgis/geography_gist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgis/geography_gist.c b/postgis/geography_gist.c index b16051867..72493c0a5 100644 --- a/postgis/geography_gist.c +++ b/postgis/geography_gist.c @@ -598,7 +598,7 @@ int geography_gidx(GSERIALIZED *g, GIDX *gidx) POSTGIS_DEBUG(4, "entered function"); - POSTGIS_DEBUGF(4, "got flags %d", gpart->flags); + POSTGIS_DEBUGF(4, "got flags %d", g->flags); if ( FLAGS_GET_BBOX(g->flags) && FLAGS_GET_GEODETIC(g->flags) ) { -- 2.50.1