[postgis-tickets] r15202 - Fix typo in error message about ClipByBox availability
Sandro Santilli
strk at kbt.io
Mon Oct 10 13:24:38 PDT 2016
Author: strk
Date: 2016-10-10 13:24:38 -0700 (Mon, 10 Oct 2016)
New Revision: 15202
Modified:
branches/2.3/liblwgeom/lwgeom_geos.c
Log:
Fix typo in error message about ClipByBox availability
Modified: branches/2.3/liblwgeom/lwgeom_geos.c
===================================================================
--- branches/2.3/liblwgeom/lwgeom_geos.c 2016-10-10 20:24:13 UTC (rev 15201)
+++ branches/2.3/liblwgeom/lwgeom_geos.c 2016-10-10 20:24:38 UTC (rev 15202)
@@ -1047,7 +1047,7 @@
#if POSTGIS_GEOS_VERSION < 35
lwerror("The GEOS version this postgis binary "
"was compiled against (%d) doesn't support "
- "'GEOSClipByRect' function (3.3.5+ required)",
+ "'GEOSClipByRect' function (3.5.0+ required)",
POSTGIS_GEOS_VERSION);
return NULL;
#else /* POSTGIS_GEOS_VERSION >= 35 */
More information about the postgis-tickets
mailing list