mirror of https://github.com/mirror/busybox.git
parent
8531c43b50
commit
4d4d1a015f
|
@ -724,7 +724,7 @@ IF_DESKTOP(long long) int FAST_FUNC
|
||||||
unpack_bz2_stream(int src_fd, int dst_fd)
|
unpack_bz2_stream(int src_fd, int dst_fd)
|
||||||
{
|
{
|
||||||
IF_DESKTOP(long long total_written = 0;)
|
IF_DESKTOP(long long total_written = 0;)
|
||||||
bunzip_data *bd;
|
bunzip_data *bd;
|
||||||
char *outbuf;
|
char *outbuf;
|
||||||
int i;
|
int i;
|
||||||
unsigned len;
|
unsigned len;
|
||||||
|
|
Loading…
Reference in New Issue