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:
parent
de2264f712
commit
b6e6ac96a3
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user