Compare commits
8 commits
1d60388f5d
...
eff2b44f6d
Author | SHA1 | Date | |
---|---|---|---|
eff2b44f6d | |||
7c4663daf2 | |||
49f6434601 | |||
e5acb4d730 | |||
d48d458712 | |||
1bbfd8c53d | |||
b9ed8961a4 | |||
a81ec4434a |
1 changed files with 2 additions and 0 deletions
|
@ -1438,6 +1438,8 @@ int simple_archiver_parse_archive_version_0(FILE *in_f, int_fast8_t do_extract,
|
|||
}
|
||||
uc_heap_buf[u16 - 1] = 0;
|
||||
fprintf(stderr, "Decompressor cmd: %s\n", uc_heap_buf);
|
||||
decompressor_cmd = heap_buf;
|
||||
heap_buf = NULL;
|
||||
}
|
||||
} else {
|
||||
fprintf(stderr, "De/compressor flag is NOT set.\n");
|
||||
|
|
Loading…
Reference in a new issue