Sanitize username inputs in the database layer
[blerg.git] / tools / blergtool.c
index d5aef50..cc78c7d 100644 (file)
@@ -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");