|
@@ -0,0 +1,22 @@
+--- ../clamav-0.95.1/freshclam/freshclam.c 2009-04-02 12:30:56.000000000 +0200
++++ trunk/freshclam/freshclam.c 2009-04-11 19:07:38.000000000 +0200
+@@ -459,7 +459,7 @@
+ arg = opt->strarg;
+
+ if(arg)
+- execute("OnErrorExecute", arg, opt);
++ execute("OnErrorExecute", arg, opts);
+
+ arg = NULL;
+ }
+--- ../clamav-0.95.1/freshclam/manager.c 2009-04-03 15:19:28.000000000 +0200
++++ trunk/freshclam/manager.c 2009-04-11 19:07:38.000000000 +0200
+@@ -1918,7 +1918,7 @@
+ }
+
+ if(newver)
+- execute("OnOutdatedExecute", cmd, opt);
++ execute("OnOutdatedExecute", cmd, opts);
+
+ free(cmd);
+ }
|