aboutsummaryrefslogtreecommitdiffstats
path: root/camel
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@src.gnome.org>2001-04-16 05:54:12 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-04-16 05:54:12 +0800
commitcd05d11ca05c94d89620438aa82e5a64b5464f55 (patch)
tree90abdb6ab337c6d8b8c26c551cc074ea83d0ae86 /camel
parentadc000f756fc9f0327b6564e178b638e60b8ad38 (diff)
downloadgsoc2013-evolution-cd05d11ca05c94d89620438aa82e5a64b5464f55.tar.gz
gsoc2013-evolution-cd05d11ca05c94d89620438aa82e5a64b5464f55.tar.zst
gsoc2013-evolution-cd05d11ca05c94d89620438aa82e5a64b5464f55.zip
oops, &pattern
svn path=/trunk/; revision=9334
Diffstat (limited to 'camel')
-rw-r--r--camel/camel-mime-utils.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/camel/camel-mime-utils.c b/camel/camel-mime-utils.c
index 1d873007f6..510323312c 100644
--- a/camel/camel-mime-utils.c
+++ b/camel/camel-mime-utils.c
@@ -3063,9 +3063,9 @@ header_raw_check_mailing_list(struct _header_raw **list)
char *errstr;
size_t len;
- len = regerror (errcode, pattern, NULL, 0);
+ len = regerror (errcode, &pattern, NULL, 0);
errstr = g_malloc0 (len + 1);
- regerror (errcode, pattern, errstr, len);
+ regerror (errcode, &pattern, errstr, len);
g_warning ("Internal error, compiling regex failed: %s: %s",
mail_list_magic[i].pattern, errstr);
11/bbrun?h=dependabot/npm_and_yarn/devel/electron6/files/ini-1.3.8&id=11edc5451416c23af13418fc8391548f68dd629b'>Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+1 * - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-202-2/+3 * - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGmiwi2008-03-221-1/+0 * - Remove USE_GETOPT_LONG which is a no-op since March 2007pav2008-03-201-1/+0 * Change e-mail address of my ports to my FreeBSD.org one.lme2007-07-131-1/+1 * - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1 * - Pass maintainership to submittermiwi2006-10-312-4/+2 * - Add SHA256pav2005-11-261-0/+1 * Bump PORTREVISION to chase the glib20 shared library update.marcus2005-11-051-1/+1 * Bump PORTREVISION to chase the glib20 shared lib version change.marcus2005-03-121-1/+1 * Bump PORTREVISIONS for all ports that depend on atk or pango to ease in themarcus2004-11-081-1/+1 * Support CFLAGS properlykrion2004-08-134-17/+19 * Utilize LDFLAGS to allow 4.X to bring in libgnugetopt.adamw2004-06-071-1/+2 * Update to 1.2.2, with gtk20.adamw2004-06-033-30/+17 * Drop maintainership on most of my ports. Feel free to grab 'em if youadamw2004-05-171-1/+1 * Add size data, approved by maintainers.trevor2004-03-191-0/+1 * Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-1/+1 * get rid of libgnugetopt dependency for -CURRENT,sf2003-07-142-5/+7 * Move:adamw2003-06-041-1/+1 * Remove USE_GNOMENG.marcus2003-04-211-1/+0 * Clear moonlight beckons.ade2003-03-072-1/+1 * o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-112-2/+1 * Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-072-1/+2 * Change maintainership on all my ports.adamw2002-10-182-2/+2 * Deploy USE_GNOMENG infrastructurelioux2002-09-021-1/+2 * Remove dependency on blackbox, since this program can work with any window ma...trevor2002-08-261-1/+0 * Update maintainer's email addresspat2002-07-232-4/+3 * Update to 1.4pat2002-07-224-7/+34 * Update to 1.3pat2002-06-183-22/+18 * Add missing dependencypat2002-01-131-0/+1 * Update checksum. The only major change was better handling of the history filepat2002-01-061-1/+1 * Update to 1.2pat2002-01-032-6/+3 * Add a missing dependency on libgnugetopt.petef2001-12-281-0/+1 * Add additional master sites.pat2001-12-051-1/+4