diff --git a/src/core/geometry/qgsgeos.cpp b/src/core/geometry/qgsgeos.cpp index ff0747e94fe1..bf6903b13f58 100644 --- a/src/core/geometry/qgsgeos.cpp +++ b/src/core/geometry/qgsgeos.cpp @@ -693,7 +693,7 @@ bool QgsGeos::topologicalTestPointsSplit( const GEOSGeometry *splitLine, QgsPoin } GEOSGeom_destroy_r( geosinit.ctxt, intersectionGeom ); } - CATCH_GEOS_WITH_ERRMSG( 1 ) + CATCH_GEOS_WITH_ERRMSG( true ) return true; }