Files
test/source
Jacques Lucke c22ade6993 Fix #131175: corrupted data when unpacking bake on windows
The issue was that on windows any `\n` byte would be written as
`\r\n` which corrupts the data, unless `std::ios::binary` is provided.
2024-12-12 12:08:42 +01:00
..