[postgis-tickets] [SCM] PostGIS branch master updated. 3.1.0alpha2-61-g6ae7988
git at osgeo.org
git at osgeo.org
Thu Aug 20 14:14:10 PDT 2020
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, master has been updated
via 6ae7988e4def3c64c4b5c0f1d7cb2f6ed70b65f7 (commit)
from 403106dd0c434d796f23a656af4744cea30add05 (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 6ae7988e4def3c64c4b5c0f1d7cb2f6ed70b65f7
Author: Sandro Santilli <strk at kbt.io>
Date: Thu Aug 20 23:13:55 2020 +0200
Fix interrupt syntax (thanks gitlab-ci!)
diff --git a/liblwgeom/lwgeom.c b/liblwgeom/lwgeom.c
index d84c6a3..d8ee087 100644
--- a/liblwgeom/lwgeom.c
+++ b/liblwgeom/lwgeom.c
@@ -2280,7 +2280,7 @@ lwgeom_subdivide_recursive(const LWGEOM *geom,
if (!box_in)
return;
- LW_ON_INTERRUPT(return NULL);
+ LW_ON_INTERRUPT(return);
GBOX clip;
gbox_duplicate(box_in, &clip);
-----------------------------------------------------------------------
Summary of changes:
liblwgeom/lwgeom.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list