[Commits] [SCM] claws branch, master, updated. 3.10.0-66-g2267232
Colin
colin at claws-mail.org
Fri Jun 6 18:29:49 CEST 2014
The branch master of project "claws" (Claws Mail) has been updated
via 2267232d4cc846a901ddda2b1badd3e69a82d8e0 (commit)
from 91d41645220dc77f4dea46b4548968652ab73ab7 (commit)
- Log -----------------------------------------------------------------
commit 2267232d4cc846a901ddda2b1badd3e69a82d8e0
Author: Colin Leroy <colin at colino.net>
Date: Fri Jun 6 18:29:35 2014 +0200
Fix stupid typo
diff --git a/src/plugins/bogofilter/bogofilter.c b/src/plugins/bogofilter/bogofilter.c
index f97d69a..d5e6076 100644
--- a/src/plugins/bogofilter/bogofilter.c
+++ b/src/plugins/bogofilter/bogofilter.c
@@ -264,7 +264,7 @@ static void bogofilter_do_filter(BogoFilterData *data)
} else {
gchar **parts = NULL;
- buf[sizeof(buf - 1)] = '\0';
+ buf[sizeof(buf) - 1] = '\0';
if (strchr(buf, '/')) {
tmp = strrchr(buf, '/')+1;
} else {
-----------------------------------------------------------------------
Summary of changes:
src/plugins/bogofilter/bogofilter.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list