aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/imap/camel-imap-command.c
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-08-11 06:07:46 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-08-11 06:07:46 +0800
commita16770842e12da0e527eeff70be3cdcc9075e1bb (patch)
treed765e2e4405d9b18bde03891ef5e286cad82a5f3 /camel/providers/imap/camel-imap-command.c
parent1a6ecd207d5ce8bcb93613ebedeb56b979e8906f (diff)
downloadgsoc2013-evolution-a16770842e12da0e527eeff70be3cdcc9075e1bb.tar
gsoc2013-evolution-a16770842e12da0e527eeff70be3cdcc9075e1bb.tar.gz
gsoc2013-evolution-a16770842e12da0e527eeff70be3cdcc9075e1bb.tar.bz2
gsoc2013-evolution-a16770842e12da0e527eeff70be3cdcc9075e1bb.tar.lz
gsoc2013-evolution-a16770842e12da0e527eeff70be3cdcc9075e1bb.tar.xz
gsoc2013-evolution-a16770842e12da0e527eeff70be3cdcc9075e1bb.tar.zst
gsoc2013-evolution-a16770842e12da0e527eeff70be3cdcc9075e1bb.zip
Added an assert - at this point a backtrace would be more useful than a
2001-08-10 Jeffrey Stedfast <fejj@ximian.com> * providers/imap/camel-imap-utils.c (imap_quote_string): Added an assert - at this point a backtrace would be more useful than a transaction log for debugging. svn path=/trunk/; revision=11902
Diffstat (limited to 'camel/providers/imap/camel-imap-command.c')
-rw-r--r--camel/providers/imap/camel-imap-command.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/camel/providers/imap/camel-imap-command.c b/camel/providers/imap/camel-imap-command.c
index 6dae25af85..9dcc56cbf8 100644
--- a/camel/providers/imap/camel-imap-command.c
+++ b/camel/providers/imap/camel-imap-command.c
@@ -720,6 +720,7 @@ imap_command_strdup_vprintf (CamelImapStore *store, const char *fmt,
strlen (string), string);
} else {
char *quoted = imap_quote_string (string);
+
op += sprintf (op, "%s", quoted);
g_free (quoted);
}