julia
46e15987
- fix #8678, reading large files on windows
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
11 years ago
fix #8678, reading large files on windows read() on windows takes a uint, so apply a similar io limit per call as done on mac (directly reusing the same code would give a compiler warning, since long is 32 bits on windows)
References
#8689 - fix #8678, reading large files on windows
Author
tkelman
Parents
b1db9abb
Loading