diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/misc/h5debug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/misc/h5debug.c b/tools/misc/h5debug.c index 0af179a..d21da90 100644 --- a/tools/misc/h5debug.c +++ b/tools/misc/h5debug.c @@ -504,7 +504,7 @@ main(int argc, char *argv[]) /* Check for an error when dumping information */ if(status < 0) { fprintf(stderr, "An error occurred!\n"); - H5Eprint(stderr); + H5Eprint2(H5E_DEFAULT, stderr); HDexit(5); } /* end if */ |