Skip to content

Commit

Permalink
Force use of HDF5 1.8 API.
Browse files Browse the repository at this point in the history
  • Loading branch information
benmwebb committed Sep 16, 2016
1 parent 7f5e89c commit 9963dcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mdt_hdf5.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#include "mdt_error.h"

/** Walk the HDF5 error stack, and get the topmost error */
static herr_t errwalkfunc(unsigned n, const H5E_error_t *err_desc, void *data)
static herr_t errwalkfunc(unsigned n, const H5E_error2_t *err_desc, void *data)
{
GError **err = (GError **)data;
if (n == 0) {
Expand Down

0 comments on commit 9963dcd

Please sign in to comment.