Package: hellanzb
Version: 0.13-3
Severity: normal
Tags: patch

The issue is described in the upstream bugtracker (sadly upstream seems
dead).
See http://www.hellanzb.com/trac/hellanzb/ticket/393

The following patch was provided by someone in the bugreport

diff -r 92936345c3f5 Hellanzb/NZBLeecher/NZBParser.py
--- a/Hellanzb/NZBLeecher/NZBParser.py  Mon Aug 18 10:38:55 2008 +0200
+++ b/Hellanzb/NZBLeecher/NZBParser.py  Mon Aug 18 10:53:28 2008 +0200
@@ -149,7 +149,7 @@
             self.fileNeedsDownload = None
                 
         elif name == 'group':
-            newsgroup = self.parseUnicode(''.join(self.chars))
+            newsgroup = self.parseUnicode(''.join(self.chars)).strip()
             self.file.groups.append(newsgroup)
                         
             self.chars = None

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-6-686
Locale: LANG=C, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to