Don't allow in to be NULL, so instead of doing if (in == NULL) return;,
authorJeffrey Stedfast <fejj@ximian.com>
Fri, 6 Jul 2001 21:59:14 +0000 (21:59 +0000)
committerJeffrey Stedfast <fejj@src.gnome.org>
Fri, 6 Jul 2001 21:59:14 +0000 (21:59 +0000)
commit87e6268bd1c24f615467c006cd2e2e9ee4cb38d3
treebe1110ec84071ad84fd476739c917b7d9b3333d9
parent5a3688b9beb29a5be4a62947acf67e6fd6b5c508
Don't allow in to be NULL, so instead of doing if (in == NULL) return;,

2001-07-06  Jeffrey Stedfast  <fejj@ximian.com>

* 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.
camel/ChangeLog
camel/camel-mime-utils.c