X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=pull.c;h=ff550441e92339bd5c6fa70d8891ab208410a03e;hb=8c1f5f0f1f9c36ef5465512753efeff36758ba7d;hp=e7bf83bb035f7613d0cb57ca3254e24141608382;hpb=0d62fb5672c7b6e3fc6c5418d61ff39bf6034741;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)