[evolution-data-server] CamelImapCommand: Fix dead initialization.
- From: Matthew Barnes <mbarnes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server] CamelImapCommand: Fix dead initialization.
- Date: Sun, 30 Jan 2011 23:06:38 +0000 (UTC)
commit add85ca26bbe6ff42ab0b78650bb4c78d056e924
Author: Matthew Barnes <mbarnes redhat com>
Date: Sun Jan 30 17:34:53 2011 -0500
CamelImapCommand: Fix dead initialization.
camel/providers/imap/camel-imap-command.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/camel/providers/imap/camel-imap-command.c b/camel/providers/imap/camel-imap-command.c
index 294f70f..23017ac 100644
--- a/camel/providers/imap/camel-imap-command.c
+++ b/camel/providers/imap/camel-imap-command.c
@@ -744,7 +744,7 @@ camel_imap_response_extract (CamelImapStore *store,
const gchar *type,
GError **error)
{
- gint len = strlen (type), i;
+ gint len, i;
gchar *resp;
len = strlen (type);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]