mirror of
https://github.com/moparisthebest/curl
synced 2024-11-04 16:45:06 -05:00
ftplistparser: fix LGTM alert "Empty block without comment"
Removing the block is consistent with line 954/957. Closes https://github.com/curl/curl/pull/3732
This commit is contained in:
parent
1369b74299
commit
ab5a6cf603
@ -914,10 +914,7 @@ size_t Curl_ftp_parselist(char *buffer, size_t size, size_t nmemb,
|
||||
case PL_WINNT_DIRORSIZE:
|
||||
switch(parser->state.NT.sub.dirorsize) {
|
||||
case PL_WINNT_DIRORSIZE_PRESPACE:
|
||||
if(c == ' ') {
|
||||
|
||||
}
|
||||
else {
|
||||
if(c != ' ') {
|
||||
parser->item_offset = finfo->b_used - 1;
|
||||
parser->item_length = 1;
|
||||
parser->state.NT.sub.dirorsize = PL_WINNT_DIRORSIZE_CONTENT;
|
||||
|
Loading…
Reference in New Issue
Block a user