]> granicus.if.org Git - postgis/commitdiff
Fix typo in error message about ClipByBox availability
authorSandro Santilli <strk@kbt.io>
Mon, 10 Oct 2016 20:25:29 +0000 (20:25 +0000)
committerSandro Santilli <strk@kbt.io>
Mon, 10 Oct 2016 20:25:29 +0000 (20:25 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@15203 b70326c6-7e19-0410-871a-916f4a2858ee

liblwgeom/lwgeom_geos.c

index 3e44fc304f4840dbea8faeafc291bd0a04fe9b21..c635ee70c57296d61529497baefb0596141f8a0d 100644 (file)
@@ -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 */