[geos-commits] [SCM] GEOS branch main updated. f3ef975464a5c1a4b057d0a946aeec103e335228
git at osgeo.org
git at osgeo.org
Tue Aug 4 07:58:47 PDT 2026
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GEOS".
The branch, main has been updated
via f3ef975464a5c1a4b057d0a946aeec103e335228 (commit)
from 6e7863754410956b182ff8b687251e7f429ed67d (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit f3ef975464a5c1a4b057d0a946aeec103e335228
Author: doug mansell <doug.mansell at gmail.com>
Date: Tue Aug 4 22:58:24 2026 +0800
C API: Fix GEOSGeom_releaseCollection_r error message (#1498)
diff --git a/capi/geos_ts_c.cpp b/capi/geos_ts_c.cpp
index ee6391ca2..eaccf1739 100644
--- a/capi/geos_ts_c.cpp
+++ b/capi/geos_ts_c.cpp
@@ -2762,7 +2762,7 @@ extern "C" {
GeometryCollection *col = dynamic_cast<GeometryCollection*>(collection);
if (!col) {
- handle->ERROR_MESSAGE("Parameter collection of GEOSGeom_releaseCollection_r must not be a collection");
+ handle->ERROR_MESSAGE("Parameter collection of GEOSGeom_releaseCollection_r must be a collection");
} else {
*ngeoms = static_cast<unsigned int>(col->getNumGeometries());
}
-----------------------------------------------------------------------
Summary of changes:
capi/geos_ts_c.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
GEOS
More information about the geos-commits
mailing list