aboutsummaryrefslogtreecommitdiffstats
path: root/camel/gmime-utils.c
diff options
context:
space:
mode:
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 27cc6b9674..359f96380b 100644
--- a/camel/gmime-utils.c
+++ b/camel/gmime-utils.c
@@ -235,7 +235,7 @@ gmime_read_line_from_stream (CamelStream *stream)
} else end_of_stream = TRUE;
} while (!end_of_line && !end_of_stream);
- if ( (new_line->str[0]) != '\0')
+ if (!end_of_stream)
result = g_strdup (new_line->str);
else result=NULL;
g_string_free (new_line, TRUE);
f9d6099820f3839d7809d6b08c1d2ae7b&showmsg=1'>Expand)AuthorAgeFilesLines * Fix permissions of documentation directory.stefan2007-09-292-1/+12 * - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1 * - Update to 2.0rafan2007-04-074-67/+24 * Remove USE_REINPLACE for categories starting with a Gedwin2006-05-081-2/+0 * Reset petef due to no response to email. We hope to see him back sometime.linimon2006-04-151-1/+1 * SHA256ifyedwin2006-01-221-0/+1 * SIZEify (maintainer timeout)trevor2004-03-311-0/+1 * Use PLIST_FILES (bento-tested, marcus-reviewed).trevor2004-02-062-1/+2 * Use the new ghostscript options.marcus2004-01-211-7/+2 * [PATCH] graphics/peps: enable choose of ghostscript interpreteredwin2003-08-311-1/+15