mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-06 23:14:54 -06:00
4.54 beta
This commit is contained in:
committed by
Kornel Lesiński
parent
051769bbc5
commit
b82f80647d
@@ -75,7 +75,7 @@ bool CStdInStream::Eof()
|
||||
|
||||
int CStdInStream::GetChar()
|
||||
{
|
||||
int c = getc(_stream);
|
||||
int c = fgetc(_stream); // getc() doesn't work in BeOS?
|
||||
if(c == EOF && !Eof())
|
||||
throw kReadErrorMessage;
|
||||
return c;
|
||||
|
||||
Reference in New Issue
Block a user