From: Sandro Santilli Date: Mon, 10 Oct 2016 20:25:29 +0000 (+0000) Subject: Fix typo in error message about ClipByBox availability X-Git-Tag: 2.4.0alpha~228 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8da79c29a680fd6e2ac9177f5400769aed7b52f5;p=postgis Fix typo in error message about ClipByBox availability git-svn-id: http://svn.osgeo.org/postgis/trunk@15203 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/liblwgeom/lwgeom_geos.c b/liblwgeom/lwgeom_geos.c index 3e44fc304..c635ee70c 100644 --- a/liblwgeom/lwgeom_geos.c +++ b/liblwgeom/lwgeom_geos.c @@ -1047,7 +1047,7 @@ lwgeom_clip_by_rect(const LWGEOM *geom1, double x0, double y0, double x1, double #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 */