~ubuntu-branches/ubuntu/precise/evolution-data-server/precise

« back to all changes in this revision

Viewing changes to camel/tests/folder/test9.c

  • Committer: Bazaar Package Importer
  • Author(s): Mathieu Trudel-Lapierre
  • Date: 2011-07-14 15:00:38 UTC
  • Revision ID: james.westby@ubuntu.com-20110714150038-aha2wqajqp2i8s5v
Tags: 3.1.3.1-0ubuntu3
debian/patches/999git_EDS_3_1_3_1_to_f94a069.patch: apply changes from git
branch up to commit f94a069.

Show diffs side-by-side

added added

removed removed

Lines of Context:
149
149
                camel_mime_message_set_date (msg, j*60*24, 0);
150
150
                pull ();
151
151
 
152
 
                camel_stream_printf (mbox, "From \n");
 
152
                camel_stream_write_string (mbox, "From \n", NULL, NULL);
153
153
                check (camel_data_wrapper_write_to_stream_sync (
154
154
                        CAMEL_DATA_WRAPPER (msg), mbox, NULL, NULL) != -1);
155
155
#if 0