wget: fix signedness in the compare (paranoia only, G.content_len is never < 0)
authorDenys Vlasenko <vda.linux@googlemail.com>
Fri, 11 Dec 2009 13:12:28 +0000 (14:12 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Fri, 11 Dec 2009 13:12:28 +0000 (14:12 +0100)
commitd2c879da256bee88f35ddf024d0bd46e3fd480d0
treead255d89cd7579e6b855f203e955ceecabacf97c
parenta3aa3e309506ea96fa8f7546f6b22fa85263a934
wget: fix signedness in the compare (paranoia only, G.content_len is never < 0)

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
networking/wget.c