From 68a9dad22b742e3034eea24a57a0e7fad3356201 Mon Sep 17 00:00:00 2001 From: bertrand Date: Sun, 29 Aug 1999 15:57:47 +0000 Subject: text parameter declared const 1999-08-28 bertrand * camel/camel-mime-part.c (camel_mime_part_set_text): text parameter declared const * camel/camel-mime-part-utils.c (camel_mime_part_store_stream_in_buffer): actually test correctly nb_bytes_read_chunk is >0 * camel/gstring-util.c: * camel/gmime-content-field.c: * camel/providers/MH/camel-mh-folder.c: * camel/camel-stream-fs.c: include string.h * camel/camel-stream-mem.c (_write): return the numver of written bytes. * camel/camel-stream-buffered-fs.c (_eos): return sthg * camel/camel-stream.c (default_camel_seek): return something. * Started to work on new recipient code. * fixed various leaks. svn path=/trunk/; revision=1146 --- tests/test7.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test7.c') diff --git a/tests/test7.c b/tests/test7.c index 6b2494aa0e..44c73d275b 100644 --- a/tests/test7.c +++ b/tests/test7.c @@ -20,5 +20,5 @@ main (int argc, char**argv) new_provider = camel_provider_register_as_module ("../camel/providers/MH/.libs/libcamelmh.so"); - + return 1; } -- cgit v1.2.3