[svn-r23953] Update stream handling to allow binary mode - due to unjam fix.

Tested: local linux
This commit is contained in:
Allen Byrne
2013-07-31 11:22:40 -05:00
parent ba181d404d
commit 4e1695576c
3 changed files with 61 additions and 18 deletions

View File

@@ -1020,7 +1020,7 @@ parse_start:
break;
case 'O':
if (h5tools_set_output_file(opt_arg) < 0) {
if (h5tools_set_output_file(opt_arg, 0) < 0) {
usage(h5tools_getprogname());
goto error;
}