-(fix) stream read check was negated

This commit is contained in:
Domen Vrankar 2014-09-23 18:33:06 +02:00
parent c3628129d4
commit 1266ab6911

View File

@ -245,7 +245,7 @@ archive_entry* entry::get_entry() const
std::istream& entry::get_stream()
{
if(!_has_stream)
if(_has_stream)
{
_has_stream = false;