From b663fac4aba204cd2bfe9e2d23c3cc40d9855978 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Fri, 6 Jul 2001 21:59:14 +0000 Subject: Don't allow in to be NULL, so instead of doing if (in == NULL) return;, 2001-07-06 Jeffrey Stedfast * camel-mime-utils.c (header_encode_param): Don't allow in to be NULL, so instead of doing if (in == NULL) return;, make it a g_return_val_if_fail and later we can make it an assert or something. svn path=/trunk/; revision=10868 --- camel/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'camel/ChangeLog') diff --git a/camel/ChangeLog b/camel/ChangeLog index 08413f1dc8..9c46f55356 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,5 +1,10 @@ 2001-07-06 Jeffrey Stedfast + * camel-mime-utils.c (header_encode_param): Don't allow in to be + NULL, so instead of doing if (in == NULL) return;, make it a + g_return_val_if_fail and later we can make it an assert or + something. + * providers/local/camel-maildir-store.c (get_inbox): Fixes bug #1138. -- cgit v1.2.3