bug-tar
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-tar] [PATCH] Do not fail when 'compress' is unable to provide s


From: Pavel Raiskup
Subject: Re: [Bug-tar] [PATCH] Do not fail when 'compress' is unable to provide sufficient compress ratio
Date: Mon, 25 Feb 2013 11:22:19 +0100

> I'm attaching one possible solution, could you look at it?

Sorry for the typo, re-attaching because of this:

| diff --git a/src/system.c b/src/system.c
| index ca0ad05..d722352 100644
| --- a/src/system.c
| +++ b/src/system.c
| @@ -192,7 +192,7 @@ sys_wait_for_child (pid_t child_pid, bool eof)
|  #ifdef HAVE_COMPRESS_EXIT_HACK
|        else if (!strcmp (use_compress_program_option, HAVE_COMPRESS_EXIT_HACK)
|                && WEXITSTATUS (wait_status) == 2)
| -        WARN ((0, 0, _("%lu: Child says that compressed output is larger"
| +        WARN ((0, 0, _("%lu: Child says that compressed output is larger "
|                        "then original data."),
|                (unsigned long) child_pid));
|  #endif


Attachment: 0001-tar-The-Lempel-Ziv-coding-bugfix.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]