blob: 03aae23296bf1c1d07fa1d5e795c47ba973eec34 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- cryptoplugin/src/files.cpp.orig 2025-11-09 19:09:32 UTC
+++ cryptoplugin/src/files.cpp
@@ -118,7 +118,7 @@ size_t FileStore::CopyRangeTo2(BufferedTransformation
if (begin == 0 && end == 1)
{
int result = m_stream->peek();
- if (result == std::char_traits<char>::eof())
+ if (result == std::vector<char>::eof())
return 0;
else
{
|