From: Paul Ramsey Date: Thu, 2 Oct 2008 17:20:21 +0000 (+0000) Subject: Duh, boneheaded syntax error. Compile your code much, Paul? X-Git-Tag: 1.3.4rc1~30 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=856d2a5f6e7ed61fb26738730b5024593e355203;p=postgis Duh, boneheaded syntax error. Compile your code much, Paul? git-svn-id: http://svn.osgeo.org/postgis/branches/1.3@3051 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/lwgeom/lwgeom_geos_c.c b/lwgeom/lwgeom_geos_c.c index 3d6896c1c..e3d0bc863 100644 --- a/lwgeom/lwgeom_geos_c.c +++ b/lwgeom/lwgeom_geos_c.c @@ -2427,6 +2427,7 @@ Datum relate_pattern(PG_FUNCTION_ARGS) char *patt; bool result; GEOSGeom g1,g2; + int i; #ifdef PROFILE profstart(PROF_QRUN);