evolution-data-server r8359 - trunk/camel
- From: fejj svn gnome org
- To: svn-commits-list gnome org
- Subject: evolution-data-server r8359 - trunk/camel
- Date: Sat, 12 Jan 2008 15:04:15 +0000 (GMT)
Author: fejj
Date: Sat Jan 12 15:04:15 2008
New Revision: 8359
URL: http://svn.gnome.org/viewvc/evolution-data-server?rev=8359&view=rev
Log:
fix cast warning
Modified:
trunk/camel/camel-mime-filter-tohtml.c
trunk/camel/camel-mime-part.c
Modified: trunk/camel/camel-mime-filter-tohtml.c
==============================================================================
--- trunk/camel/camel-mime-filter-tohtml.c (original)
+++ trunk/camel/camel-mime-filter-tohtml.c Sat Jan 12 15:04:15 2008
@@ -275,10 +275,10 @@
do {
while (inptr < inend && *inptr != '\n')
inptr++;
-
+
if (inptr >= inend && !flush)
break;
-
+
html->column = 0;
depth = 0;
Modified: trunk/camel/camel-mime-part.c
==============================================================================
--- trunk/camel/camel-mime-part.c (original)
+++ trunk/camel/camel-mime-part.c Sat Jan 12 15:04:15 2008
@@ -1082,7 +1082,7 @@
dw = camel_medium_get_content_object (CAMEL_MEDIUM (mime_part));
null = camel_stream_null_new ();
- camel_data_wrapper_decode_to_stream (dw, null);
+ camel_data_wrapper_decode_to_stream (dw, (CamelStream *) null);
size = null->written;
camel_object_unref (null);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]