adding another official patch to the slrn package. git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1837 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
@ -3,6 +3,7 @@
- flagged powermanga to be x86 only
- fixed torcs (delete lingering x86 objects files before the build)
- Sebastian Jaenicke: patched slrn
*) 2003-11-21 (2.0.0-rc3 - 2.0.0-rc4)
@ -0,0 +1,11 @@
--- 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;