summaryrefslogtreecommitdiffstats
path: root/tools/h5dump
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2006-10-11 15:21:10 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2006-10-11 15:21:10 (GMT)
commited7ba34f1fd4aa14f0a62d891cceeee13f7d34a7 (patch)
treea7a7fde90d0172279c561f97a0c167d5ae65f572 /tools/h5dump
parent484ce75af4dedfea930762dfd48e5ed821c9b0d1 (diff)
downloadhdf5-ed7ba34f1fd4aa14f0a62d891cceeee13f7d34a7.zip
hdf5-ed7ba34f1fd4aa14f0a62d891cceeee13f7d34a7.tar.gz
hdf5-ed7ba34f1fd4aa14f0a62d891cceeee13f7d34a7.tar.bz2
[svn-r12743] Took out printout for driver information because the driver used can be different from the driver
used for standard output.
Diffstat (limited to 'tools/h5dump')
-rw-r--r--tools/h5dump/h5dump.c8
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);