diff options
Diffstat (limited to 'tools/h5dump/h5dump.c')
-rw-r--r-- | tools/h5dump/h5dump.c | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/tools/h5dump/h5dump.c b/tools/h5dump/h5dump.c index 1ec69aa..d13de09 100644 --- a/tools/h5dump/h5dump.c +++ b/tools/h5dump/h5dump.c @@ -2751,9 +2751,11 @@ dump_fcpl(hid_t fid) #endif else HDstrcpy(dname,"Unknown driver"); - - indentation(indent + COL); - printf("%s %s\n","FILE_DRIVER", dname); + + /* Take out this because the driver used can be different from the + * standard output. */ + /*indentation(indent + COL); + printf("%s %s\n","FILE_DRIVER", dname);*/ indentation(indent + COL); printf("%s %u\n","ISTORE_K", istore_ik); printf("%s\n",END); |