From d38dcd1631a6017598a78f7cc82a48b50753a911 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Mon, 24 Apr 2000 19:58:28 +0000 Subject: fix a cut-and-pasto. * camel-mime-part-utils.c (simple_data_wrapper_construct_from_parser): fix a cut-and-pasto. svn path=/trunk/; revision=2587 --- camel/camel-mime-part-utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'camel/camel-mime-part-utils.c') diff --git a/camel/camel-mime-part-utils.c b/camel/camel-mime-part-utils.c index 50e9fd29d5..82cff22f5a 100644 --- a/camel/camel-mime-part-utils.c +++ b/camel/camel-mime-part-utils.c @@ -141,7 +141,7 @@ simple_data_wrapper_construct_from_parser(CamelDataWrapper *dw, CamelMimeParser camel_stream_filter_add(filter, fdec); } if (fch) { - camel_mime_filter_reset(fdec); + camel_mime_filter_reset(fch); camel_stream_filter_add(filter, fch); } camel_data_wrapper_set_output_stream (dw, (CamelStream *)filter); -- cgit v1.2.3