[evolution-data-server] Fix imapx_parse_flags() regression.
- From: Matthew Barnes <mbarnes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server] Fix imapx_parse_flags() regression.
- Date: Mon, 15 Jul 2013 12:24:37 +0000 (UTC)
commit fa9ed070e339290bbf39cd607312057efd10dc91
Author: Matthew Barnes <mbarnes redhat com>
Date: Mon Jul 15 08:25:39 2013 -0400
Fix imapx_parse_flags() regression.
camel/camel-imapx-utils.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/camel/camel-imapx-utils.c b/camel/camel-imapx-utils.c
index ee0db98..437bd0a 100644
--- a/camel/camel-imapx-utils.c
+++ b/camel/camel-imapx-utils.c
@@ -159,9 +159,8 @@ imapx_parse_flags (CamelIMAPXStream *stream,
}
g_free (upper);
- }
- if (tok != ')') {
+ } else if (tok != ')') {
gboolean success;
success = camel_imapx_stream_skip_until (
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]