mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 18:32:49 +00:00
kutils: skip the data when the path does not match in KArchive::data()
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
969f3e428e
commit
6f968d6f03
1 changed files with 1 additions and 0 deletions
|
@ -1191,6 +1191,7 @@ QByteArray KArchive::data(const QString &path) const
|
|||
break;
|
||||
}
|
||||
|
||||
archive_read_data_skip(readarchive);
|
||||
ret = archive_read_next_header(readarchive, &entry);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue