[SCM] PostGIS branch stable-3.5 updated. 3.5.0-19-g69abb0721

git at osgeo.org git at osgeo.org
Tue Oct 29 10:25:09 PDT 2024


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.5 has been updated
       via  69abb0721c7f4e551f0061de9293db61b83a0037 (commit)
      from  e36225e6cf84ba7e63c1da82ce79de94c695f57d (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 69abb0721c7f4e551f0061de9293db61b83a0037
Author: Sandro Santilli <strk at kbt.io>
Date:   Tue Oct 29 18:23:38 2024 +0100

    Fix build (typo, sorry)

diff --git a/liblwgeom/topo/lwgeom_topo.c b/liblwgeom/topo/lwgeom_topo.c
index e439dc7c0..e137ef336 100644
--- a/liblwgeom/topo/lwgeom_topo.c
+++ b/liblwgeom/topo/lwgeom_topo.c
@@ -5410,7 +5410,7 @@ _lwt_SnapEdgeToExistingNode(
 
     /* TODO: check that newSplitEdgeLine part does not cross any other edge ? */
     /* TODO: check that newSplitEdgeLine retains its position in the edge end star (see ticket #5786) */
-    /* TODO: check that the motion range does not contain any node
+    /* TODO: check that the motion range does not contain any node */
 
     {{
       // build the motion range shape: splitC->geoms[0] + splitC->geoms[1] - edge->geom

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

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


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list