1
1

scp_write_nonblock: Value stored to 'ptr' is never read

Этот коммит содержится в:
Daniel Stenberg 2010-04-24 12:56:53 +02:00
родитель ee5dd3561d
Коммит 5804444936

Просмотреть файл

@ -196,7 +196,7 @@ int main(int argc, char *argv[])
sent += rc; sent += rc;
} }
} while (rc > 0 && sent < nread); } while (rc > 0 && sent < nread);
ptr += sent;
nread -= sent; nread -= sent;
} while (1); } while (1);