fix statdump call parameter - bmf - bmf (Bayesian Mail Filter) 0.9.4 fork + patches
 (HTM) git clone git://git.codemadness.org/bmf
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 40a406768615f5b89a6ba6e802fed5597c769c1a
 (DIR) parent 21257a01a467925aaf99a6dbb0b7604a58762473
 (HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       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(-)
       ---
 (DIR) 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);