mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[svn-r22528] HDFFV-4206: h5dump -w0 needed to be tested within the get option function.
Tested: local linux and all H5DUMP tests still work
This commit is contained in:
parent
b3cafaa61d
commit
637df34074
@ -1035,6 +1035,9 @@ parse_start:
|
||||
break;
|
||||
case 'w':
|
||||
h5tools_nCols = HDatoi(opt_arg);
|
||||
if (h5tools_nCols==0) {
|
||||
h5tools_nCols = 65535;
|
||||
}
|
||||
last_was_dset = FALSE;
|
||||
break;
|
||||
case 'a':
|
||||
|
Loading…
x
Reference in New Issue
Block a user