X-Git-Url: http://git.bytex64.net/?a=blobdiff_plain;f=database%2Ftags.c;h=dc51c4f850b242734e1f958a7009c83a209616be;hb=65e6e5bf86b8474d7178beb870901e2a8e9e0d17;hp=1911ac8d9e6f812f4ed50ce8ca513c7a3e46b486;hpb=1cf0f1ebfbd5b5a621af2a49ac0328fd0cec4bf4;p=blerg.git diff --git a/database/tags.c b/database/tags.c index 1911ac8..dc51c4f 100644 --- a/database/tags.c +++ b/database/tags.c @@ -92,7 +92,7 @@ int tag_add(const char *author, const char *tag, uint64_t record) { return 1; } -struct tag * tag_list(const char *tag, uint64_t offset, uint64_t *count, int direction) { +struct tag * tag_list(const char *tag, uint64_t offset, int *count, int direction) { char filename[512]; struct stat st; struct tag *taglist;