Re: wget1.8 -q ?

2001-12-09 Thread Hrvoje Niksic
Henrik van Ginhoven [EMAIL PROTECTED] writes: I believe there is a small mistake in wget 1.8, making -q (no output) not work as expected: @verdandi src]$ ./wget -q www.gnu.org Converted www.gnu.org to http://www.gnu.org That's a debugging message, which I forgot to remove. Thanks for the

wget1.8 -q ?

2001-12-08 Thread Henrik van Ginhoven
I believe there is a small mistake in wget 1.8, making -q (no output) not work as expected: @verdandi src]$ ./wget -q www.gnu.org Converted www.gnu.org to http://www.gnu.org @verdandi src]$ I think this will do, --- wget-1.8/src/main.c.origThu Dec 6 08:14:35 2001 +++ wget-1.8/src/main.c