Package: xbuffy
Version: 3.3.bl.3.dfsg-2
Severity: normal
Tags: patch
Here we go again!
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-1-goretex
Locale: LANG=en_CA, LC_CTYPE=en_CA (charmap=ISO-8859-1)
--- headers.c.orig 2006-05-01 15:41:13.756393839 -0400
+++ headers.c 2006-05-01 15:41:37.997084668 -0400
@@ -215,6 +215,8 @@
/* day of month*/
wordlen = 0;
+ while (*buffer && isspace(*buffer))
+ buffer++;
while (*buffer && !isspace(*buffer)) {
if (*buffer == '\\') {
buffer++;