diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2015-04-23 20:16:22 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2015-04-23 20:16:22 (GMT) |
commit | d292908e6f18ed329c1f4fd4b09f1bcfccb92c3e (patch) | |
tree | 0ad8262d7358799791756e04dc0c1e4d576794f1 /tools | |
parent | 80f27eb1f44b6f5ccd47b4ad15b17e618683b859 (diff) | |
download | hdf5-d292908e6f18ed329c1f4fd4b09f1bcfccb92c3e.zip hdf5-d292908e6f18ed329c1f4fd4b09f1bcfccb92c3e.tar.gz hdf5-d292908e6f18ed329c1f4fd4b09f1bcfccb92c3e.tar.bz2 |
[svn-r26910] Add clarification that the files are Source
Diffstat (limited to 'tools')
-rw-r--r-- | tools/h5ls/h5ls.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5ls/h5ls.c b/tools/h5ls/h5ls.c index 46999b6..2f5412b 100644 --- a/tools/h5ls/h5ls.c +++ b/tools/h5ls/h5ls.c @@ -1852,7 +1852,7 @@ dataset_list2(hid_t dset, const char UNUSED *name) size_t next; ssize_t ssize_out; - h5tools_str_append(&buffer, " %-10s {%ld} Files {\n", "Maps:", vmaps); + h5tools_str_append(&buffer, " %-10s {%ld} Source Files {\n", "Maps:", vmaps); for (next = 0; next < (unsigned) vmaps; next++) { ssize_out = H5Pget_virtual_filename(dcpl, next, NULL, 0); H5Pget_virtual_filename(dcpl, next, f_name, sizeof(f_name)); |