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 c5a8dcbae5..f2423243b7 100644
--- a/apps/tagcache.c
+++ b/apps/tagcache.c
@@ -3350,7 +3350,7 @@ static bool read_tag(char *dest, long size,
3350 return false; 3350 return false;
3351} 3351}
3352 3352
3353static int parse_changelog_line(int line_n, const char *buf, void *parameters) 3353static int parse_changelog_line(int line_n, char *buf, void *parameters)
3354{ 3354{
3355 struct index_entry idx; 3355 struct index_entry idx;
3356 char tag_data[TAG_MAXLEN+32]; 3356 char tag_data[TAG_MAXLEN+32];