Re: [Bug-tar] one more warning in argp-help

2005-12-10 Thread Sergey Poznyakoff
Eric Blake <[EMAIL PROTECTED]> wrote: > I noticed on cygwin that I was getting a warning for buf being declared at > line argp-help.c:1895 but not used. This patch also fixes a lot of > trailing whitespace; let me know if you don't want whitespace patches. Thank you. Surely the diff will be easi

Re: one more warning in argp-help

2005-12-10 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Jim Meyering on 12/10/2005 3:19 PM: > Removing trailing blanks is a worthy goal, but it is better never to > mix white-space-only changes and any other type of change. The white- > space-only hunks make it hard to find the significant par

Re: one more warning in argp-help

2005-12-10 Thread Jim Meyering
Eric Blake <[EMAIL PROTECTED]> wrote: > I noticed on cygwin that I was getting a warning for buf being declared at > line argp-help.c:1895 but not used. This patch also fixes a lot of > trailing whitespace; let me know if you don't want whitespace patches. It's not my call here, but I'll give you

one more warning in argp-help

2005-12-10 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I noticed on cygwin that I was getting a warning for buf being declared at line argp-help.c:1895 but not used. This patch also fixes a lot of trailing whitespace; let me know if you don't want whitespace patches. 2005-12-10 Eric Blake <[EMAIL PROTE

Re: argp --help infloop bug

2005-12-10 Thread Sergey Poznyakoff
Jim Meyering <[EMAIL PROTECTED]> wrote: > You can make any argp-using program infloop simply by running it > with --help and with something like ARGP_HELP_FMT=rmargin=a in the > environment. Or use a valid (but small) width: ARGP_HELP_FMT=rmargin=2 Fixed in gnulib repository. The following patch