diff options
author | NotZed <NotZed@HelixCode.com> | 2000-02-29 02:25:38 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2000-02-29 02:25:38 +0800 |
commit | afd0dcbd68a9ca7af0e127074d293ebe139fb5a7 (patch) | |
tree | 50bf734f6182b8f34957ee796f6e85c5ed3168f6 /camel/camel-stream-b64.c | |
parent | 58161159e4b9dd2ae7abd19d28606a56cadb9a36 (diff) | |
download | gsoc2013-evolution-afd0dcbd68a9ca7af0e127074d293ebe139fb5a7.tar gsoc2013-evolution-afd0dcbd68a9ca7af0e127074d293ebe139fb5a7.tar.gz gsoc2013-evolution-afd0dcbd68a9ca7af0e127074d293ebe139fb5a7.tar.bz2 gsoc2013-evolution-afd0dcbd68a9ca7af0e127074d293ebe139fb5a7.tar.lz gsoc2013-evolution-afd0dcbd68a9ca7af0e127074d293ebe139fb5a7.tar.xz gsoc2013-evolution-afd0dcbd68a9ca7af0e127074d293ebe139fb5a7.tar.zst gsoc2013-evolution-afd0dcbd68a9ca7af0e127074d293ebe139fb5a7.zip |
Fixed a typo.
2000-02-28 NotZed <NotZed@HelixCode.com>
* camel-stream-b64.c (my_read_encode): Fixed a typo.
* providers/mbox/camel-mbox-search.c: Changed to use e-sexp,
rather than filter-sexp.
svn path=/trunk/; revision=1979
Diffstat (limited to 'camel/camel-stream-b64.c')
-rw-r--r-- | camel/camel-stream-b64.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/camel/camel-stream-b64.c b/camel/camel-stream-b64.c index 000557ae82..40427caca2 100644 --- a/camel/camel-stream-b64.c +++ b/camel/camel-stream-b64.c @@ -423,8 +423,8 @@ my_read_encode (CamelStream *stream, status->end_state = 6; buffer [j++] = '\n'; - stream->eos = TRUE; -; + stream_b64->eos = TRUE; + } else { switch (status->state) { |