1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00

ftp_process_dirlist(): re-introduce else { ERROR() } part, just drop

#ifdef/#endif.
This commit is contained in:
Laurent MONIN 2006-06-10 01:28:35 +02:00 committed by Laurent MONIN
parent de2264f712
commit b6e6ac96a3

View File

@ -1221,6 +1221,9 @@ ftp_process_dirlist(struct cache_entry *cached, off_t *pos,
if (retv < 0) {
return ret;
}
} else {
ERROR("Error parsing: [%.*s]", line_length, buf);
}
}
}