diff options
author | Eric Blake <eblake@redhat.com> | 2010-04-21 08:17:59 -0600 |
---|---|---|
committer | Eric Blake <eblake@redhat.com> | 2010-04-22 08:42:54 -0600 |
commit | c9e4ea6ee2007462554568f156838b0fb6d55c9a (patch) | |
tree | f163c976a45c1d09fde9791829bf4e0a09a898cb /THANKS | |
parent | 819265b8be20225096573d4f0e0012b59827b013 (diff) | |
download | coreutils-c9e4ea6ee2007462554568f156838b0fb6d55c9a.tar.xz |
base64: always treat input in binary mode
Necessary for cygwin. Technically, this patch is not correct,
in that it clobbers O_APPEND, but it is no different than any
other use of xfreopen to force binary mode, so all such uses
should be fixed at once in a later patch.
* src/base64.c (main): Open input in binary mode.
* THANKS: Update.
Reported by Yutaka Amanai.
Diffstat (limited to 'THANKS')
-rw-r--r-- | THANKS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -636,6 +636,7 @@ Wolfram Kleff kleff@cs.uni-bonn.de Won-kyu Park wkpark@chem.skku.ac.kr Yanko Kaneti yaneti@declera.com Yann Dirson dirson@debian.org +Yutaka Amanai yasai-itame1942@jade.plala.or.jp Zvi Har'El rl@math.technion.ac.il ;; Local Variables: |