[postgis-tickets] r15203 - Fix typo in error message about ClipByBox availability
Sandro Santilli
strk at kbt.io
Mon Oct 10 13:25:29 PDT 2016
Author: strk
Date: 2016-10-10 13:25:29 -0700 (Mon, 10 Oct 2016)
New Revision: 15203
Modified:
trunk/liblwgeom/lwgeom_geos.c
Log:
Fix typo in error message about ClipByBox availability
Modified: trunk/liblwgeom/lwgeom_geos.c
===================================================================
--- trunk/liblwgeom/lwgeom_geos.c 2016-10-10 20:24:38 UTC (rev 15202)
+++ trunk/liblwgeom/lwgeom_geos.c 2016-10-10 20:25:29 UTC (rev 15203)
@@ -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