Hrvoje Niksic wrote:
> Unfortunately your patch was too late for the 1.10 release,
Yes, you were quicker than I thought. I expected to have two weeks
after an rc. :)
> > - fprintf (stderr,
> > - _("%s: %s: Invalid boolean `%s', use always, on, off,
> > or never.\n"), + fprintf (stderr, _("%s: %s: Invalid
> > boolean `%s'," + "use `always', `on',
> > `off', or `never'.\n"),
>
> Note that Wget 1.10 intentionally doesn't use C89 string
> concatenation. This particular change will be acceptable for
> 1.11, though.
Ah, but the actual change is in the quoting, like it is used in the
other "Invalid boolean" message, otherwise "use always" might be
understood as "always use".
Benno