summaryrefslogtreecommitdiff
path: root/news/grn
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2004-08-17 14:12:40 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2004-08-17 14:12:40 +0000
commitc9bf27ccc9167b423ea2d0fab4cc867e7b0073ee (patch)
treecb85e270b5cde78116e3256b3b059cfa04587614 /news/grn
parentFix build with gcc 3.4 (diff)
Fix build with gcc 3.4
Notes
Notes: svn path=/head/; revision=116526
Diffstat (limited to 'news/grn')
-rw-r--r--news/grn/files/patch-pattern.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/news/grn/files/patch-pattern.c b/news/grn/files/patch-pattern.c
new file mode 100644
index 000000000000..3186e117956d
--- /dev/null
+++ b/news/grn/files/patch-pattern.c
@@ -0,0 +1,10 @@
+--- libmutt/pattern.c.orig Tue Aug 17 16:08:15 2004
++++ libmutt/pattern.c Tue Aug 17 16:09:00 2004
+@@ -883,6 +883,7 @@
+ return (pat->not ^ (h->pgp & PGPKEY));
+ #endif
+ #endif
++ break;
+ }
+ mutt_error ("error: unknown op %d (report this error).", pat->op);
+ return (-1);