Update libarchive README and fix comment

This commit is contained in:
BEN ENGLISCH
2022-08-27 15:18:54 -05:00
committed by Luis Ángel San Martín
parent 636c339699
commit cb5439cd96
3 changed files with 23 additions and 25 deletions

View File

@ -73,7 +73,7 @@ bool CompressedArchive::archive_seek(quint32 index)
return true;
}
// libarchive uses a streaming architecture so we cannot read files after our current position.
// libarchive uses a streaming architecture so we cannot read files before our current position.
// because of this, when we need to seek to an index before our current position,
// we must reopen the archive.
if (idx > index) {