X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=tag.c;h=ecf7c1e9ce889514e04765695298ef11f28edab6;hb=00e6ee724640701b32aca27cc930fd6409c87ae2;hp=f789744ccaf5d5fb6f63ba0911a869492affc162;hpb=3d90c796503efa3ca9812575a41cb8b019d27218;p=git.git diff --git a/tag.c b/tag.c index f789744cc..ecf7c1e9c 100644 --- a/tag.c +++ b/tag.c @@ -56,7 +56,7 @@ static unsigned long parse_tag_date(const char *buf, const char *tail) return strtoul(dateptr, NULL, 10); } -int parse_tag_buffer(struct tag *item, void *data, unsigned long size) +int parse_tag_buffer(struct tag *item, const void *data, unsigned long size) { unsigned char sha1[20]; char type[20];