[mapserver-commits] [MapServer/MapServer] c1ec02: Fix usage of FILE* and VSILFILE*

Even Rouault noreply at github.com
Thu Dec 15 09:52:55 PST 2022


  Branch: refs/heads/backport-6775-to-branch-7-6
  Home:   https://github.com/MapServer/MapServer
  Commit: c1ec025b3dbcfde6228fd972c8f50a13cb48bd61
      https://github.com/MapServer/MapServer/commit/c1ec025b3dbcfde6228fd972c8f50a13cb48bd61
  Author: Even Rouault <even.rouault at spatialys.com>
  Date:   2022-12-15 (Thu, 15 Dec 2022)

  Changed paths:
    M mapcontext.c
    M mapgdal.c
    M mapogroutput.cpp
    M mapwcs11.c
    M mapwcs20.c
    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




More information about the MapServer-commits mailing list