From f4b7a4632573de34280e904bfb03a410a1fa1dbf Mon Sep 17 00:00:00 2001 From: Bertrand Guiheneuf Date: Sun, 5 Mar 2000 05:33:55 +0000 Subject: Tons of fixes to fix things svn path=/trunk/; revision=2057 --- camel/camel-mime-part.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'camel/camel-mime-part.c') diff --git a/camel/camel-mime-part.c b/camel/camel-mime-part.c index 460e0527d2..953ee0d077 100644 --- a/camel/camel-mime-part.c +++ b/camel/camel-mime-part.c @@ -869,10 +869,10 @@ my_set_input_stream (CamelDataWrapper *data_wrapper, CamelStream *stream) /* set the input stream for the content object */ content_stream_inf_bound = camel_seekable_stream_get_current_position (seekable_stream); - mime_part->content_input_stream = - camel_seekable_substream_new_with_seekable_stream_and_bounds (seekable_stream, - content_stream_inf_bound, - -1); + printf ("Current position = %d\n", content_stream_inf_bound); + mime_part->content_input_stream = camel_seekable_substream_new_with_seekable_stream_and_bounds (seekable_stream, + content_stream_inf_bound, + -1); CAMEL_LOG_FULL_DEBUG ("CamelMimePart::set_input_stream leaving\n"); -- cgit v1.2.3