fix statdump call parameter - bmf - bmf (Bayesian Mail Filter) 0.9.4 fork + pat… | |
git clone git://git.codemadness.org/bmf | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 40a406768615f5b89a6ba6e802fed5597c769c1a | |
parent 21257a01a467925aaf99a6dbb0b7604a58762473 | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Fri, 9 Nov 2018 11:18:48 +0100 | |
fix statdump call parameter | |
Diffstat: | |
M bmf.c | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/bmf.c b/bmf.c | |
@@ -264,7 +264,7 @@ main(int argc, char **argv) | |
} | |
if (mode == mode_test) { | |
- statdump(&stats, STDOUT_FILENO); | |
+ statdump(&stats, stdout); | |
} | |
if (do_passthru) { | |
lex_passthru(&lex, is_spam, stats.spamicity); |