[mapserver-commits] [MapServer/MapServer] 53e97c: Fix usage of FILE* and VSILFILE*
Even Rouault
noreply at github.com
Thu Dec 15 09:52:32 PST 2022
Branch: refs/heads/main
Home: https://github.com/MapServer/MapServer
Commit: 53e97c946a1d6bb49317fcfb2c5b2aecee6f8bd8
https://github.com/MapServer/MapServer/commit/53e97c946a1d6bb49317fcfb2c5b2aecee6f8bd8
Author: Even Rouault <even.rouault at spatialys.com>
Date: 2022-12-15 (Thu, 15 Dec 2022)
Changed paths:
M mapcontext.c
M mapgdal.cpp
M mapogroutput.cpp
M mapwcs11.cpp
M mapwcs20.cpp
M mapwmslayer.c
Log Message:
-----------
Fix usage of FILE* and VSILFILE*
In GDAL 3.7dev, VSILFILE* is no longer an alias for FILE* (see
https://github.com/OSGeo/gdal/pull/6883), so we have to adjust our
usage to be correct.
This MapServer change is backward compatible with GDAL < 3.7 too
Commit: 02eb9727f644c6fc4564743e655a248128f75903
https://github.com/MapServer/MapServer/commit/02eb9727f644c6fc4564743e655a248128f75903
Author: Even Rouault <even.rouault at spatialys.com>
Date: 2022-12-15 (Thu, 15 Dec 2022)
Changed paths:
M mapcontext.c
M mapgdal.cpp
M mapogroutput.cpp
M mapwcs11.cpp
M mapwcs20.cpp
M mapwmslayer.c
Log Message:
-----------
Merge pull request #6775 from rouault/VSILFILE_fix
Fix usage of FILE* and VSILFILE*
Compare: https://github.com/MapServer/MapServer/compare/1a45e6074b71...02eb9727f644
More information about the MapServer-commits
mailing list