mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-08-04 07:43:58 +02:00
(copy_reg): Copy regular files in binary mode.
This commit is contained in:
@@ -273,6 +273,7 @@ copy_reg (const char *src_path, const char *dst_path,
|
||||
return_val = false;
|
||||
goto close_src_desc;
|
||||
}
|
||||
SET_BINARY2 (source_desc, dest_desc);
|
||||
|
||||
/* Determine the optimal buffer size. */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user