mirror of
https://github.com/YACReader/yacreader
synced 2025-07-17 20:44:32 -04:00
Update libarchive README and fix comment
This commit is contained in:
committed by
Luis Ángel San Martín
parent
636c339699
commit
cb5439cd96
@ -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) {
|
||||
|
Reference in New Issue
Block a user