summarylogtreecommitdiffstats
path: root/spamprobe-template.patch
diff options
context:
space:
mode:
authorGeert Hendrickx2018-08-20 10:06:37 +0200
committerGeert Hendrickx2018-08-20 10:06:37 +0200
commit804cfdb42339cc68cbac9d1df8085dd74c1ab9b3 (patch)
tree1678b970fc452ab3ba82716d211850b09ecd2b52 /spamprobe-template.patch
downloadaur-804cfdb42339cc68cbac9d1df8085dd74c1ab9b3.tar.gz
Spamprobe, a bayesian spam filter
Diffstat (limited to 'spamprobe-template.patch')
-rw-r--r--spamprobe-template.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/spamprobe-template.patch b/spamprobe-template.patch
new file mode 100644
index 000000000000..5460ef0b298f
--- /dev/null
+++ b/spamprobe-template.patch
@@ -0,0 +1,20 @@
+--- src/includes/Ref.h.orig 2006-11-17 08:24:48.000000000 +0100
++++ src/includes/Ref.h 2013-05-14 08:53:37.453762087 +0200
+@@ -189,7 +189,7 @@
+
+ CRef<T> &operator=(const CRef<T> &other)
+ {
+- assign(other);
++ this->assign(other);
+ return *this;
+ }
+
+@@ -245,7 +245,7 @@
+
+ Ref<T> &operator=(const Ref<T> &other)
+ {
+- assign(other);
++ this->assign(other);
+ return *this;
+ }
+