diff options
Diffstat (limited to 'addons/clamav-0.90.1_output.patch')
-rw-r--r-- | addons/clamav-0.90.1_output.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/addons/clamav-0.90.1_output.patch b/addons/clamav-0.90.1_output.patch new file mode 100644 index 0000000..2ef5e27 --- /dev/null +++ b/addons/clamav-0.90.1_output.patch @@ -0,0 +1,20 @@ +--- output.c 2007-03-02 01:43:18.000000000 +0100 ++++ ../../clamav-0.90.1-mod/shared/output.c 2007-03-03 18:49:06.000000000 +0100 +@@ -266,7 +266,16 @@ + if(mprintf_disabled) + return; + +- fd = stdout; ++/* fd = stdout; */ ++ ++ ++/* fd = stdout; (missing flag 'mprintf_stdout') --eh. */ ++ ++ if(mprintf_stdout) ++ fd = stdout; ++ else ++ fd = stderr; ++ + + /* legend: + * ! - error |