]> icculus.org git repositories - icculus/xz.git/commit
Fix options parsing bug in xz.
authorLasse Collin <lasse.collin@tukaani.org>
Tue, 1 Sep 2009 17:23:30 +0000 (20:23 +0300)
committerLasse Collin <lasse.collin@tukaani.org>
Tue, 1 Sep 2009 17:23:30 +0000 (20:23 +0300)
commit25adaaa56e2e51a47a910a8d73452414619a2e53
tree818c0180f0bbb49a7e54a162fab2bc6283c06652
parent5f6dddc6c911df02ba660564e78e6de80947c947
Fix options parsing bug in xz.

xz used to reject "xz --lzma2=pb=2," while
"xz --lzma2=pb=2,," worked. Now both work.
src/xz/options.c