Skip to content
Commit 4e4f6c7c authored by Elvis Angelaccio's avatar Elvis Angelaccio
Browse files

Show correct uncompressed size of huge zipped files

The clizip plugin was converting the entries' original size from string to int,
but that was not enough for huge files whose size does not fit into an int.

We already convert this value to qulonglong in ArchiveModel, so there is no
need to do this conversion also at the plugin level.

BUG: 355969
FIXED-IN: 15.12.0
parent fa467314
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment