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 CArchive::Read(char *buffer, ULONG size)
|
||||||
{
|
{
|
||||||
ULONG count;
|
_file->_istream.read(buffer, size);
|
||||||
count = _file->_istream.readsome(buffer, size);
|
return size;
|
||||||
return count;
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user