mirror of
https://github.com/ckolivas/lrzip.git
synced 2026-01-10 18:40:06 +01:00
Fix more of the dodgy merge.
This commit is contained in:
parent
9fc551c159
commit
10b1201f82
1
main.c
1
main.c
|
|
@ -366,7 +366,6 @@ static void decompress_file(void)
|
|||
fd_hist = open(control.outfile, O_RDONLY);
|
||||
if (unlikely(fd_hist == -1))
|
||||
fatal("Failed to open history file %s\n", control.outfile);
|
||||
control.fd_hist = fd_hist;
|
||||
|
||||
/* Unlink temporary file as soon as possible */
|
||||
if (unlikely((STDOUT || TEST_ONLY) && unlink(control.outfile)))
|
||||
|
|
|
|||
Loading…
Reference in a new issue