diff options
Diffstat (limited to 'tools/h5dump/h5dump.c')
-rw-r--r-- | tools/h5dump/h5dump.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5dump/h5dump.c b/tools/h5dump/h5dump.c index db17563..dcc6663 100644 --- a/tools/h5dump/h5dump.c +++ b/tools/h5dump/h5dump.c @@ -2379,7 +2379,7 @@ dump_comment(hid_t obj_id) char comment[50]; comment[0] = '\0'; - H5Oget_comment(obj_id, ".", comment, sizeof(comment), H5P_DEFAULT); + H5Oget_comment(obj_id, comment, sizeof(comment)); if(comment[0]) { indentation(indent); |