nmh-workers
[Top] [All Lists]

Re: mhn -store chokes on the following anonymous ftp ...

1992-10-23 23:40:43
This patch should fix that.

/mtr
*** uip/_ftpsbr.c       Tue Oct 20 09:31:09 1992
--- uip/ftpsbr.c        Fri Oct 23 08:20:36 1992
***************
*** 548,553 ****
--- 548,556 ----
            if (dig < 4) {
                if (isdigit(c))
                    code = code * 10 + (c - '0');
+               else                            /* XXX: naughty FTP... */
+                   if (isspace (c))
+                       continuation++;
            }
            else
                if (dig == 4 && c == '-')

<Prev in Thread] Current Thread [Next in Thread>