[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:
Allen Byrne 2012-07-09 13:02:24 -05:00
parent b3cafaa61d
commit 637df34074

View File

@ -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':