summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2016-01-08 14:48:51 (GMT)
committerdgp <dgp@users.sourceforge.net>2016-01-08 14:48:51 (GMT)
commit3e8ea3960ba9e412a03e24ee93b3704b706ae552 (patch)
tree3ac6fc5c3e36018612bb4fa88146e32a95c670f2 /unix
parentbe81d9e9777a4fb2e009987d81a9e82471974142 (diff)
parentd533bb6a266000442f8dab719bd1250586c35a70 (diff)
downloadtcl-3e8ea3960ba9e412a03e24ee93b3704b706ae552.zip
tcl-3e8ea3960ba9e412a03e24ee93b3704b706ae552.tar.gz
tcl-3e8ea3960ba9e412a03e24ee93b3704b706ae552.tar.bz2
merge trunk
Diffstat (limited to 'unix')
-rw-r--r--unix/tclUnixFCmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tclUnixFCmd.c b/unix/tclUnixFCmd.c
index 3b1b6ca..a1a409e 100644
--- a/unix/tclUnixFCmd.c
+++ b/unix/tclUnixFCmd.c
@@ -564,7 +564,7 @@ TclUnixCopyFile(
#define BINMODE
#endif /* DJGPP */
-#define DEFAULT_COPY_BLOCK_SIZE 4069
+#define DEFAULT_COPY_BLOCK_SIZE 4096
if ((srcFd = TclOSopen(src, O_RDONLY BINMODE, 0)) < 0) { /* INTL: Native */
return TCL_ERROR;