X-Git-Url: http://git.bytex64.net/?a=blobdiff_plain;f=tools%2Fblergtool.c;h=cc78c7dae46e99ae37044f7ebe49b08b1ef60175;hb=213e6e64dd863fd39d0db7c6fb4ccf1970a868fb;hp=d5aef50f9f26e2b7677f22b8ef324f7f78705a10;hpb=1cf0f1ebfbd5b5a621af2a49ac0328fd0cec4bf4;p=blerg.git diff --git a/tools/blergtool.c b/tools/blergtool.c index d5aef50..cc78c7d 100644 --- a/tools/blergtool.c +++ b/tools/blergtool.c @@ -53,7 +53,7 @@ int main(int argc, char *argv[]) { free(data); } else if (strncmp(argv[1], "list", 4) == 0) { char *tag = argv[2]; - uint64_t count = 50; + int count = 50; struct tag *list = tag_list(tag, 0, &count, -1); if (list == NULL) { printf("No entries");