From 17c1d1c0fd5c9150bb267a0480097cce0679ccaf Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Wed, 9 Apr 2003 05:55:45 +0000 Subject: NULL-protect the to/from charsets in the g_warning call. 2003-04-09 Jeffrey Stedfast * camel-mime-filter-charset.c (camel_mime_filter_charset_new_convert): NULL-protect the to/from charsets in the g_warning call. svn path=/trunk/; revision=20774 --- camel/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'camel/ChangeLog') diff --git a/camel/ChangeLog b/camel/ChangeLog index b089b22def..6a875f547b 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,9 @@ +2003-04-09 Jeffrey Stedfast + + * camel-mime-filter-charset.c + (camel_mime_filter_charset_new_convert): NULL-protect the to/from + charsets in the g_warning call. + 2003-04-08 Jeffrey Stedfast Fixes for bug #40778. Probably others as well. -- cgit