aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2004-02-07 10:56:32 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2004-02-07 10:56:32 +0800
commit7c99e9ab6b3e218af92aa3544e64f16d07a9ac72 (patch)
tree5fc2e5c1b1c70f79886e29725a41394062974506 /camel/ChangeLog
parentfc13836aeb9433f62989228772b2831c50516a25 (diff)
downloadgsoc2013-evolution-7c99e9ab6b3e218af92aa3544e64f16d07a9ac72.tar
gsoc2013-evolution-7c99e9ab6b3e218af92aa3544e64f16d07a9ac72.tar.gz
gsoc2013-evolution-7c99e9ab6b3e218af92aa3544e64f16d07a9ac72.tar.bz2
gsoc2013-evolution-7c99e9ab6b3e218af92aa3544e64f16d07a9ac72.tar.lz
gsoc2013-evolution-7c99e9ab6b3e218af92aa3544e64f16d07a9ac72.tar.xz
gsoc2013-evolution-7c99e9ab6b3e218af92aa3544e64f16d07a9ac72.tar.zst
gsoc2013-evolution-7c99e9ab6b3e218af92aa3544e64f16d07a9ac72.zip
Use strrchr, not strchr.
2004-02-06 Jeffrey Stedfast <fejj@ximian.com> * camel-provider.c (camel_provider_init): Use strrchr, not strchr. svn path=/trunk/; revision=24668
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index f246e8bd53..fdf8a059cb 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,5 +1,7 @@
2004-02-06 Jeffrey Stedfast <fejj@ximian.com>
+ * camel-provider.c (camel_provider_init): Use strrchr, not strchr.
+
* camel-gpg-context.c (gpg_ctx_parse_status): Forget the need_id,
not the userid. Fixes bug #53908.