]> granicus.if.org Git - postgis/commitdiff
Fix an error hidden in a debug line.
authorPaul Ramsey <pramsey@cleverelephant.ca>
Fri, 20 Nov 2009 20:12:42 +0000 (20:12 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Fri, 20 Nov 2009 20:12:42 +0000 (20:12 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@4873 b70326c6-7e19-0410-871a-916f4a2858ee

postgis/geography_gist.c

index b16051867dbe85642c3523b8ea69ffc2ec9d1196..72493c0a507b0913b9905b3554fe0816421556c8 100644 (file)
@@ -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) )
        {