diff options
author | Jeffrey Stedfast <fejj@src.gnome.org> | 2003-07-31 01:26:30 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2003-07-31 01:26:30 +0800 |
commit | f17c49a24230bd7994535a23f20610e9f75f64eb (patch) | |
tree | a37f51191828c0f3b426a9e78bda0aac028a8418 | |
parent | 8198a7b94ed1a04f5b4aa3d5ba5d33ee2e9843ba (diff) | |
download | gsoc2013-evolution-f17c49a24230bd7994535a23f20610e9f75f64eb.tar gsoc2013-evolution-f17c49a24230bd7994535a23f20610e9f75f64eb.tar.gz gsoc2013-evolution-f17c49a24230bd7994535a23f20610e9f75f64eb.tar.bz2 gsoc2013-evolution-f17c49a24230bd7994535a23f20610e9f75f64eb.tar.lz gsoc2013-evolution-f17c49a24230bd7994535a23f20610e9f75f64eb.tar.xz gsoc2013-evolution-f17c49a24230bd7994535a23f20610e9f75f64eb.tar.zst gsoc2013-evolution-f17c49a24230bd7994535a23f20610e9f75f64eb.zip |
oops, this too
svn path=/trunk/; revision=22030
-rw-r--r-- | camel/camel-multipart-signed.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/camel-multipart-signed.c b/camel/camel-multipart-signed.c index 557209f44a..cc3b493e4a 100644 --- a/camel/camel-multipart-signed.c +++ b/camel/camel-multipart-signed.c @@ -467,7 +467,7 @@ write_to_stream (CamelDataWrapper *data_wrapper, CamelStream *stream) const char *boundary; ssize_t total = 0; ssize_t count; - + /* we have 3 basic cases: 1. constructed, we write out the data wrapper stream we got 2. signed content, we create and write out a new stream |