diff options
author | jcid <devnull@localhost> | 2008-04-17 22:25:03 +0200 |
---|---|---|
committer | jcid <devnull@localhost> | 2008-04-17 22:25:03 +0200 |
commit | d9a53431af0ba3e6d7010a6509e0ce9c549603e2 (patch) | |
tree | 63a6ad097e68e5e37cfc4c5439476d6794597845 /dpi | |
parent | 743f7547bc125a1ec1cb71d5a1ab444bfeec2fce (diff) |
- Improved parsing of collapsing white space.
Diffstat (limited to 'dpi')
-rw-r--r-- | dpi/ftp.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -173,7 +173,7 @@ static int try_ftp_transfer(char *url) ssize_t n; int nb, minibuf_sz; - const char *mime_type; + const char *mime_type = "application/octet-stream"; char buf[4096], minibuf[MinSZ], *d_cmd; pid_t ch_pid; int aborted = 0; |