https://github.com/root-project/root
Revision 66d42dba449b37ca23b68f25768d49765b0318ae authored by Sergey Linev on 06 January 2020, 16:57:55 UTC, committed by Sergey Linev on 07 January 2020, 08:56:38 UTC
One has to use binary mode to be able read file content,
otherwise Windows may change lines ending and 
result will not fit into the preallocated string
1 parent bccd1d5
Raw File
Tip revision: 66d42dba449b37ca23b68f25768d49765b0318ae authored by Sergey Linev on 06 January 2020, 16:57:55 UTC
[http] fix files reading on Windows
Tip revision: 66d42db
.gitignore
# roottest is its own repo
roottest

# MacOS Xcode
xcuserdata
project.xcworkspace

# MacOS metadata
.DS_Store

# Visual Code
.vs/
.vscode
.build

# CLion
.idea/*
cmake-build-*/

# QtCreator
CMakeLists.txt.user
*.autosave

# Eclipse
.settings/*
.cproject
.project

# Vim
*.swp

# Other Stuff
tags
back to top