[Git][debian-gis-team/pgsql-ogr-fdw][upstream] New upstream version 1.0.11

Bas Couwenberg gitlab at salsa.debian.org
Thu May 14 05:10:14 BST 2020



Bas Couwenberg pushed to branch upstream at Debian GIS Project / pgsql-ogr-fdw


Commits:
dfcfbc4d by Bas Couwenberg at 2020-05-14T06:01:33+02:00
New upstream version 1.0.11
- - - - -


1 changed file:

- ogr_fdw.c


Changes:

=====================================
ogr_fdw.c
=====================================
@@ -969,7 +969,7 @@ ogrSpatialFilterFromList(const List* lst)
 	spatial_filter->minx = floatVal(lsecond(lst));
 	spatial_filter->miny = floatVal(lthird(lst));
 	spatial_filter->maxx = floatVal(lfourth(lst));
-	spatial_filter->maxy = floatVal(list_nth(lst, 5));
+	spatial_filter->maxy = floatVal(list_nth(lst, 4)); /* list_nth counts from zero */
 	return spatial_filter;
 }
 



View it on GitLab: https://salsa.debian.org/debian-gis-team/pgsql-ogr-fdw/-/commit/dfcfbc4d7beb4b0bfd03d2a45099ac95c0cff7eb

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/pgsql-ogr-fdw/-/commit/dfcfbc4d7beb4b0bfd03d2a45099ac95c0cff7eb
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20200514/67fa35ae/attachment.html>


More information about the Pkg-grass-devel mailing list