]> Pileus Git - ~andy/fetchmail/commitdiff
Fix missing initialization for make check.
authorMatthias Andree <matthias.andree@gmx.de>
Sat, 9 Oct 2010 09:03:40 +0000 (11:03 +0200)
committerMatthias Andree <matthias.andree@gmx.de>
Sat, 9 Oct 2010 09:03:40 +0000 (11:03 +0200)
rfc822.c

index a3ff263ffafe2a7f73d1d7746ad57e03cf8eae84..15b88f05ef476312af280de1d2ec7183ed4768db 100644 (file)
--- a/rfc822.c
+++ b/rfc822.c
@@ -439,6 +439,8 @@ int main(int argc, char *argv[])
            break;
        }
 
+    longbuf[0] = '\0';
+
     while (fgets(buf, sizeof(buf)-1, stdin))
     {
        if (buf[0] == ' ' || buf[0] == '\t')