diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2006-06-30 22:24:40 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2006-06-30 22:24:40 (GMT) |
commit | f23ed40caef80f7a41cf7ce67e0615243c3e11f5 (patch) | |
tree | 074b4c39e85905e0b8551ce9e723a5fba1501af1 /src/H5dbg.c | |
parent | 7773dedf81b90563af7dd94c9d487c1d0e761875 (diff) | |
download | hdf5-f23ed40caef80f7a41cf7ce67e0615243c3e11f5.zip hdf5-f23ed40caef80f7a41cf7ce67e0615243c3e11f5.tar.gz hdf5-f23ed40caef80f7a41cf7ce67e0615243c3e11f5.tar.bz2 |
[svn-r12448] Purpose: Bug fixes/maintenance
Description: Some "" were missing causing incorrect results in passing an argument
string.
Solution: Added missing ""
Platforms tested: VMS server.
There are still problems with the tests that have
"string" as an argument, for example:
-d "/g1/g1.1/dset1.1.2[0;2;10]" tall.h5
On VMS "g1" and "dset" are translated in upper case causing h5dump
to fail. After figuring out the correct amount of " for VMS I encountered
another problem: corresponding DDL file does not have "" around
/g1/g1.1/dset1.1.2..... and therefore VMS diff fails.
Question: Since command to h5dump is
h5dump -d "/g1/g1.1/dset1.1.2[0;2;10]" tall.h5, why the second line in the
tall-5s.ddl has
h5dump -d /g1/g1.1/dset1.1.2[0;2;10] tall.h5? If one types the command
without "", it fails on UNIX.
Misc. update:
Diffstat (limited to 'src/H5dbg.c')
0 files changed, 0 insertions, 0 deletions