X-Git-Url: http://git.bytex64.net/?a=blobdiff_plain;f=tools%2Fblergtool.c;h=eee8aef97f39f8312496127fa442d2e5a4eed65f;hb=abeaeafe6860bef22ab8469261d3198efc8358c1;hp=968081abb25af07074a5a90f845908f5d65a7cae;hpb=e6dca775a923fa76d62b3ea420fd8b7bae3c420b;p=blerg.git diff --git a/tools/blergtool.c b/tools/blergtool.c index 968081a..eee8aef 100644 --- a/tools/blergtool.c +++ b/tools/blergtool.c @@ -3,7 +3,9 @@ */ #include #include +#include #include "database.h" +#include "subscription.h" #include "tags.h" void help() { @@ -79,7 +81,7 @@ int main(int argc, char *argv[]) { } else { int i; for (i = 0; i < count; i++) { - printf("%s %d\n", list[i].author, list[i].record); + printf("%s %llu\n", list[i].author, list[i].record); } free(list); }