summaryrefslogtreecommitdiff
path: root/apps/tagcache.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tagcache.c')
-rw-r--r--apps/tagcache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/tagcache.c b/apps/tagcache.c
index 0c85fc5957..f734b4b444 100644
--- a/apps/tagcache.c
+++ b/apps/tagcache.c
@@ -3373,7 +3373,7 @@ static bool read_tag(char *dest, long size,
3373 return false; 3373 return false;
3374} 3374}
3375 3375
3376static int parse_changelog_line(int line_n, const char *buf, void *parameters) 3376static int parse_changelog_line(int line_n, char *buf, void *parameters)
3377{ 3377{
3378 struct index_entry idx; 3378 struct index_entry idx;
3379 char tag_data[TAG_MAXLEN+32]; 3379 char tag_data[TAG_MAXLEN+32];