[SCM] PostGIS branch stable-3.1 updated. 3.1.11-21-gc3df6df02

git at osgeo.org git at osgeo.org
Tue Apr 15 01:38:01 PDT 2025


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 "PostGIS".

The branch, stable-3.1 has been updated
       via  c3df6df02d6160b959400fefbdb9a5620ec4420c (commit)
      from  8b64db802da8d8d4cd8fb4eb656af30b8211ab19 (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 c3df6df02d6160b959400fefbdb9a5620ec4420c
Author: Sandro Santilli <strk at kbt.io>
Date:   Tue Apr 15 10:35:03 2025 +0200

    Fix syntax (lerror -> lwerror)
    
    See https://woodie.osgeo.org/repos/30/pipeline/2965/8#L631
    
    References #5880

diff --git a/liblwgeom/lwgeom_api.c b/liblwgeom/lwgeom_api.c
index 81181dc96..db5516b7d 100644
--- a/liblwgeom/lwgeom_api.c
+++ b/liblwgeom/lwgeom_api.c
@@ -136,7 +136,7 @@ getPoint4d_p(const POINTARRAY *pa, uint32_t n, POINT4D *op)
 
 	if ( n>=pa->npoints )
 	{
-		lerror("%s [%d] called with n=%d and npoints=%d", __FILE__, __LINE__, n, pa->npoints);
+		lwerror("%s [%d] called with n=%d and npoints=%d", __FILE__, __LINE__, n, pa->npoints);
 		return 0;
 	}
 

-----------------------------------------------------------------------

Summary of changes:
 liblwgeom/lwgeom_api.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list