Jeff King <p...@peff.net> writes:

> diff --git a/alloc.c b/alloc.c
> index 03e458b..fd2e32d 100644
> --- a/alloc.c
> +++ b/alloc.c
> @@ -52,6 +52,7 @@ static struct alloc_state blob_state;
>  void *alloc_blob_node(void)
>  {
>       struct blob *b = alloc_node(&blob_state, sizeof(struct blob));
> +     b->object.type = OBJ_BLOB;
>       return b;
>  }

Ahh, please disregard my question on 2/8 ;-)
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to