commit | dd750acbe2259d75444ef0f8da2d4bacc90d7afc | [log] [tgz] |
---|---|---|
author | Lasse Collin <lasse.collin@tukaani.org> | Tue Nov 12 16:29:48 2013 +0200 |
committer | Lasse Collin <lasse.collin@tukaani.org> | Tue Nov 12 16:29:48 2013 +0200 |
tree | 0fadf866ce68ba9448b57289dd3fda8c4141700a | |
parent | ae222fe9805d0161d022d75ba8485dab8bf6d7d5 [diff] |
xz: Make --block-list and --block-size work together in single-threaded. Previously, --block-list and --block-size only worked together in threaded mode. Boundaries are specified by --block-list, but --block-size specifies the maximum size for a Block. Now this works in single-threaded mode too. Thanks to James M Leddy for the original patch.