mirror of
https://github.com/sfall-team/int2ssl.git
synced 2026-07-27 16:52:42 -07:00
Windows fix
This commit is contained in:
+2
-3
@@ -23,7 +23,6 @@ void CArchive::WriteString(const char * value)
|
||||
|
||||
ULONG CArchive::Read(char *buffer, ULONG size)
|
||||
{
|
||||
ULONG count;
|
||||
count = _file->_istream.readsome(buffer, size);
|
||||
return count;
|
||||
_file->_istream.read(buffer, size);
|
||||
return size;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user