X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=pull.c;h=ff550441e92339bd5c6fa70d8891ab208410a03e;hb=89bc8c785e20258efba3b2b5ffc26098fa0b8bc8;hp=e7bf83bb035f7613d0cb57ca3254e24141608382;hpb=8eb14dc1882ade6f881ae93dfd7ecaa0dc0f0fdc;p=git.git diff --git a/pull.c b/pull.c index e7bf83bb..ff550441 100644 --- a/pull.c +++ b/pull.c @@ -156,7 +156,7 @@ static int loop(void) //fprintf(stderr, "fetch %s\n", sha1_to_hex(obj->sha1)); - if (make_sure_we_have_it(obj->type ?: "object", + if (make_sure_we_have_it(obj->type ? obj->type : "object", obj->sha1)) return -1; if (!obj->type)