From 5164be32778e2bca146e13904e5b9e79d0d6cca8 Mon Sep 17 00:00:00 2001 From: Robin Redeker Date: Sat, 10 Jan 2009 11:44:08 +0000 Subject: ui-refs: avoid SEGFAULT on lightweight tags Signed-off-by: Robin Redeker Signed-off-by: Lars Hjemli --- (limited to 'ui-refs.c') diff --git a/ui-refs.c b/ui-refs.c index d61ee7c..c35e694 100644 --- a/ui-refs.c +++ b/ui-refs.c @@ -141,7 +141,7 @@ static int print_tag(struct refinfo *ref) html(""); html_txt(name); html(""); - if (ctx.repo->snapshots && (tag->tagged->type == OBJ_COMMIT)) + if (ctx.repo->snapshots && (ref->object->type == OBJ_COMMIT)) print_tag_downloads(ctx.repo, name); else cgit_object_link(ref->object); -- cgit v0.9.0.2