]> git.ipfire.org Git - thirdparty/git.git/commit - http-walker.c
http-fetch: Fix message reporting rename of object file.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 1 Feb 2006 11:44:35 +0000 (11:44 +0000)
committerJunio C Hamano <junkio@cox.net>
Mon, 6 Feb 2006 00:49:16 +0000 (16:49 -0800)
commit7b934ec015363dd8881d249838ab3623a2d345fd
tree0900494fdae7c0110fd309afb844a05ccf60fa31
parent09db444fdbf647c95de698d243425a7700b91b2f
http-fetch: Fix message reporting rename of object file.

move_temp_to_file returns 0 or -1.  This is not a good thing to pass to
strerror(3).  Fortunately, someone already reported the error, so don't
worry too much.

Signed-off-by: Mark Wooding <mdw@distorted.org.uk>
Signed-off-by: Junio C Hamano <junkio@cox.net>
http-fetch.c