Skip to content

Commit

Permalink
More end of file markers I guess
Browse files Browse the repository at this point in the history
git-svn-id: https://rarfs.svn.sourceforge.net/svnroot/rarfs/trunk@3 e7d50402-2a21-0410-9462-cc66f8fbb32f
  • Loading branch information
ghostelf committed Apr 28, 2008
1 parent 2aa4b6e commit eeb7aa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rarfs/src/rararchive.cc
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ RARArchive::Parse(bool showcompressed)
blocks.push_back( new RARBlock(*file) );
}

if ( buf[2] == 0 || buf[2] == 0x7B)
if ( buf[2] == 0 || buf[2] == 0x7B || buf[2] == 0x78 )
break;
}
}
Expand Down

0 comments on commit eeb7aa0

Please sign in to comment.