mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
Update some files in debug directory.
This commit is contained in:
parent
d1d17a40d3
commit
b59f1e98f5
3 changed files with 0 additions and 6 deletions
|
@ -68,8 +68,6 @@ encode(size_t size, lzma_action action)
|
|||
int
|
||||
main(int argc, char **argv)
|
||||
{
|
||||
lzma_init_encoder();
|
||||
|
||||
file_in = argc > 1 ? fopen(argv[1], "rb") : stdin;
|
||||
|
||||
|
||||
|
|
|
@ -23,8 +23,6 @@
|
|||
int
|
||||
main(void)
|
||||
{
|
||||
lzma_init();
|
||||
|
||||
lzma_options_lzma lzma = {
|
||||
.dict_size = (1U << 30) + (1U << 29),
|
||||
.lc = 3,
|
||||
|
|
|
@ -68,8 +68,6 @@ encode(size_t size, lzma_action action)
|
|||
int
|
||||
main(int argc, char **argv)
|
||||
{
|
||||
lzma_init_encoder();
|
||||
|
||||
file_in = argc > 1 ? fopen(argv[1], "rb") : stdin;
|
||||
|
||||
// Config
|
||||
|
|
Loading…
Reference in a new issue