[postgis-commits] svn - r3051 - branches/1.3/lwgeom
postgis-commits at postgis.refractions.net
postgis-commits at postgis.refractions.net
Thu Oct 2 10:20:21 PDT 2008
Author: pramsey
Date: 2008-10-02 10:20:21 -0700 (Thu, 02 Oct 2008)
New Revision: 3051
Modified:
branches/1.3/lwgeom/lwgeom_geos_c.c
Log:
Duh, boneheaded syntax error. Compile your code much, Paul?
Modified: branches/1.3/lwgeom/lwgeom_geos_c.c
===================================================================
--- branches/1.3/lwgeom/lwgeom_geos_c.c 2008-10-02 16:46:39 UTC (rev 3050)
+++ branches/1.3/lwgeom/lwgeom_geos_c.c 2008-10-02 17:20:21 UTC (rev 3051)
@@ -2427,6 +2427,7 @@
char *patt;
bool result;
GEOSGeom g1,g2;
+ int i;
#ifdef PROFILE
profstart(PROF_QRUN);
More information about the postgis-commits
mailing list