mirror of the now-defunct rocklinux.org
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
--- slrn/src/mime.c~ 2002-11-01 13:32:34.000000000 +0100
|
|
+++ slrn/src/mime.c 2003-11-21 18:39:34.000000000 +0100
|
|
@@ -650,7 +650,7 @@
|
|
l = a->lines;
|
|
|
|
/* skip header and separator */
|
|
- while (((l != NULL) && (l->flags & HEADER_LINE)) || l->buf[0] == '\0')
|
|
+ while ((l != NULL) && ((l->flags & HEADER_LINE) || l->buf[0] == '\0'))
|
|
l = l->next;
|
|
|
|
if (l == NULL) return;
|