mirror of
https://github.com/ckolivas/lrzip.git
synced 2026-04-09 08:14:08 +00:00
more initialization stuff out of main(), remove weird coincidentally successful one_g variable
This commit is contained in:
parent
cfd6915b20
commit
1c64dcfb31
6 changed files with 27 additions and 24 deletions
2
stream.c
2
stream.c
|
|
@ -662,8 +662,6 @@ out:
|
|||
|
||||
/* WORK FUNCTIONS */
|
||||
|
||||
i64 one_g = 1000 * 1024 * 1024;
|
||||
|
||||
/* Look at whether we're writing to a ram location or physical files and write
|
||||
* the data accordingly. */
|
||||
ssize_t put_fdout(rzip_control *control, void *offset_buf, ssize_t ret)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue