]> granicus.if.org Git - postgis/commitdiff
Duh, boneheaded syntax error. Compile your code much, Paul?
authorPaul Ramsey <pramsey@cleverelephant.ca>
Thu, 2 Oct 2008 17:20:21 +0000 (17:20 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Thu, 2 Oct 2008 17:20:21 +0000 (17:20 +0000)
git-svn-id: http://svn.osgeo.org/postgis/branches/1.3@3051 b70326c6-7e19-0410-871a-916f4a2858ee

lwgeom/lwgeom_geos_c.c

index 3d6896c1c91f2434af9f8e71c31e5c7cb2c7728f..e3d0bc8638c00c5572862bda1578fe38a3546a69 100644 (file)
@@ -2427,6 +2427,7 @@ Datum relate_pattern(PG_FUNCTION_ARGS)
        char *patt;
        bool result;
        GEOSGeom g1,g2;
+       int i;
 
 #ifdef PROFILE
        profstart(PROF_QRUN);