committer: mfx <mfx> 1050612607 +0000
This commit is contained in:
Markus F.X.J. Oberhumer
2003-04-17 20:50:07 +00:00
parent 390cdbba2d
commit 5c7bca5b3e
20 changed files with 80 additions and 162 deletions
+1 -1
View File
@@ -105,7 +105,7 @@ void do_one_file(const char *iname, char *oname)
{
if (opt->to_stdout)
{
if (!fo.openStdout(O_BINARY, opt->force ? true : false))
if (!fo.openStdout(1, opt->force ? true : false))
throwIOException("data not written to a terminal; Use `-f' to force.");
}
else