aboutsummaryrefslogtreecommitdiffstats
path: root/camel/gmime-utils.c
diff options
context:
space:
mode:
authorBertrand Guiheneuf <bertrand@src.gnome.org>2000-03-05 13:33:55 +0800
committerBertrand Guiheneuf <bertrand@src.gnome.org>2000-03-05 13:33:55 +0800
commitf4b7a4632573de34280e904bfb03a410a1fa1dbf (patch)
treeb7b45a3424645a6836587c214dc5dfb2737239ef /camel/gmime-utils.c
parent1208f96fe41fa87dfab2ee0a3b67a822380aeb27 (diff)
downloadgsoc2013-evolution-f4b7a4632573de34280e904bfb03a410a1fa1dbf.tar
gsoc2013-evolution-f4b7a4632573de34280e904bfb03a410a1fa1dbf.tar.gz
gsoc2013-evolution-f4b7a4632573de34280e904bfb03a410a1fa1dbf.tar.bz2
gsoc2013-evolution-f4b7a4632573de34280e904bfb03a410a1fa1dbf.tar.lz
gsoc2013-evolution-f4b7a4632573de34280e904bfb03a410a1fa1dbf.tar.xz
gsoc2013-evolution-f4b7a4632573de34280e904bfb03a410a1fa1dbf.tar.zst
gsoc2013-evolution-f4b7a4632573de34280e904bfb03a410a1fa1dbf.zip
Tons of fixes to fix things
svn path=/trunk/; revision=2057
Diffstat (limited to 'camel/gmime-utils.c')
-rw-r--r--camel/gmime-utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/gmime-utils.c b/camel/gmime-utils.c
index 01d35772ed..69534ebdc0 100644
--- a/camel/gmime-utils.c
+++ b/camel/gmime-utils.c
@@ -271,7 +271,7 @@ gmime_read_line_from_stream (CamelStream *stream)
new_line = g_string_new ("");
do {
nb_char_read = camel_stream_read (stream, &next_char, 1);
-
+ printf ("Nb char read: %d\n", nb_char_read);
if (nb_char_read>0) {
switch (next_char) {