Changeset 3356


Ignore:
Timestamp:
May 7, 2007, 5:08:22 AM (18 years ago)
Author:
bird
Message:

Set binary mode on stdout when we're reading stdin and writing stdout.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/essentials/app-arch/tar/src/buffer.c

    r3342 r3356  
    522522          if (!index_file_name)
    523523            stdlis = stderr;
     524          SET_BINARY_MODE (STDOUT_FILENO); /* bird - this has to go somewhere! */
    524525          break;
    525526        }
Note: See TracChangeset for help on using the changeset viewer.