bug-wget
[Top][All Lists]
Advanced

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

Re: [Bug-wget] next wget release?


From: Giuseppe Scrivano
Subject: Re: [Bug-wget] next wget release?
Date: Sat, 06 Aug 2011 23:18:58 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

Jochen Roderburg <address@hidden> writes:

> --- ./src/host.c.orig   2011-08-06 16:45:59.000000000 +0000
> +++ ./src/host.c        2011-08-06 19:49:41.000000000 +0000
> @@ -829,7 +829,7 @@
>        int printmax = al->count;
>
>        if (! opt.show_all_dns_entries)
> -        printmax = 3;
> +        if (printmax > 3) printmax = 3;

Thanks, applied!

Regards,
Giuseppe



reply via email to

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