diff --git a/isspam b/isspam index 645427c..a4e5d89 100755 Binary files a/isspam and b/isspam differ diff --git a/isspam.c b/isspam.c index 9bd5b37..96f42d0 100644 --- a/isspam.c +++ b/isspam.c @@ -321,7 +321,7 @@ void analyze(FILE *f) { stra(all, sbuf); free(sbuf); strd(all); - uint word_count_per_sentence = words->count / sentences->count; + ulonglong word_count_per_sentence = words->count / sentences->count; printf("Word count per sentence: %llu\n", word_count_per_sentence); slf(capitalized_words);