Skip to content

Fixes the assumtion hbool_t is a bool.

Mark de Wever requested to merge fix-assumption-hbool_t-is-a-bool into master

On older versions of HDF5 this assumption is invalid. This caused a compilation error since a hbool_t was passed as a pointer.

Fixes: https://gitlab.com/aroffringa/wsclean/-/issues/72

Merge request reports