Introduction
Introduction Statistics Contact Development Disclaimer Help
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);
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.