diff options
author | B Stack <bgstack15@gmail.com> | 2019-07-10 20:36:59 +0000 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2019-07-10 20:36:59 +0000 |
commit | b3eda3ab537804cfa07cc257944b6fc69bec59a8 (patch) | |
tree | cc720d69d3ca68b64ed0aa79438177b6953469a1 /zen/file_io.h | |
parent | Merge branch '10.12' into 'master' (diff) | |
parent | 10.13 (diff) | |
download | FreeFileSync-b3eda3ab537804cfa07cc257944b6fc69bec59a8.tar.gz FreeFileSync-b3eda3ab537804cfa07cc257944b6fc69bec59a8.tar.bz2 FreeFileSync-b3eda3ab537804cfa07cc257944b6fc69bec59a8.zip |
Merge branch '10.13' into 'master'10.13
10.13
See merge request opensource-tracking/FreeFileSync!10
Diffstat (limited to 'zen/file_io.h')
-rw-r--r-- | zen/file_io.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zen/file_io.h b/zen/file_io.h index cf5ecc73..54bde5aa 100644 --- a/zen/file_io.h +++ b/zen/file_io.h @@ -31,7 +31,7 @@ public: FileHandle getHandle() { return fileHandle_; } - //Windows: use 64kB ?? https://technet.microsoft.com/en-us/library/cc938632 + //Windows: use 64kB ?? https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-2000-server/cc938632%28v=technet.10%29 //Linux: use st_blksize? //macOS: use f_iosize? static size_t getBlockSize() { return 128 * 1024; }; |