summaryrefslogtreecommitdiffstats
path: root/load-git.c
diff options
context:
space:
mode:
Diffstat (limited to 'load-git.c')
-rw-r--r--load-git.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/load-git.c b/load-git.c
index ad4a03294..09e07ded8 100644
--- a/load-git.c
+++ b/load-git.c
@@ -166,7 +166,7 @@ static void parse_dive_tags(char *line, struct membuffer *str, void *_dive)
for (;;) {
int taglen = strlen(tag);
if (taglen)
- taglist_add_tag(dive->tag_list, tag);
+ taglist_add_tag(&dive->tag_list, tag);
len -= taglen;
if (!len)
return;