[Commits] [SCM] claws branch, master, updated. 3.9.2-18-gd10b5af
colin at claws-mail.org
colin at claws-mail.org
Fri Jun 14 10:26:31 CEST 2013
The branch master of project "claws" (Claws Mail) has been updated
via d10b5af20399f8711a8f5ce0172cb33b68c97977 (commit)
from d3c722d3f45e2280384c78994a65bfb4e093eb0a (commit)
- Log -----------------------------------------------------------------
commit d10b5af20399f8711a8f5ce0172cb33b68c97977
Author: Colin Leroy <colin at colino.net>
Date: Fri Jun 14 10:26:15 2013 +0200
Fix typo preventing Win32 build
diff --git a/src/matcher.c b/src/matcher.c
index 93df515..1b8e4c9 100644
--- a/src/matcher.c
+++ b/src/matcher.c
@@ -1219,7 +1219,7 @@ MatcherList *matcherlist_new_from_lines(gchar *lines, gboolean bool_and,
int i = 0;
while (strings && strings[i] && *strings[i]) {
m = matcherprop_new(MATCHCRITERIA_SUBJECT, NULL,
- case_sensitive? MATCHTYPE_MATCH: MATCHTYPE_MATCHCASE
+ case_sensitive? MATCHTYPE_MATCH: MATCHTYPE_MATCHCASE,
strings[i], 0);
if (m == NULL) {
/* print error message */
-----------------------------------------------------------------------
Summary of changes:
src/matcher.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list