]> icculus.org git repositories - icculus/xz.git/commit
Support special value "max" where xz and xzdec accept an integer.
authorLasse Collin <lasse.collin@tukaani.org>
Thu, 21 May 2009 14:22:01 +0000 (17:22 +0300)
committerLasse Collin <lasse.collin@tukaani.org>
Thu, 21 May 2009 14:22:01 +0000 (17:22 +0300)
commit071b825b23911a69dd1cd2f8cda004ef8a781fae
tree03ac9e5b553e5ce71455bbfa9b31118b31392613
parent03ca67fd37dd43fa7f590de340899cd497c10802
Support special value "max" where xz and xzdec accept an integer.
Don't round the memory usage limit in xzdec --help to avoid
an integer overflow and to not give wrong impression that
the limit is high enough when it may not actually be.
src/xz/util.c
src/xzdec/xzdec.c