Browse Source

Sebastian Jaenicke <tsa@jaenicke.org>:

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
rocklinux
Sebastian Jaenicke 21 years ago
parent
commit
d0ecdba6bd
2 changed files with 12 additions and 0 deletions
  1. +1
    -0
      Documentation/Developers/CHANGELOG-RENE
  2. +11
    -0
      package/tsa/slrn/slrn-0.9.8.0-mime.patch

+ 1
- 0
Documentation/Developers/CHANGELOG-RENE

@ -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)

+ 11
- 0
package/tsa/slrn/slrn-0.9.8.0-mime.patch

@ -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;

Loading…
Cancel
Save