-(fix) stream read check was negated
This commit is contained in:
parent
c3628129d4
commit
1266ab6911
@ -245,7 +245,7 @@ archive_entry* entry::get_entry() const
|
||||
|
||||
std::istream& entry::get_stream()
|
||||
{
|
||||
if(!_has_stream)
|
||||
if(_has_stream)
|
||||
{
|
||||
_has_stream = false;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user