scp_write: Value stored to 'ptr' is never read
Этот коммит содержится в:
родитель
5804444936
Коммит
7dfeadef97
@ -180,7 +180,7 @@ int main(int argc, char *argv[])
|
||||
sent += rc;
|
||||
}
|
||||
} while (rc > 0 && sent < nread);
|
||||
ptr += sent;
|
||||
|
||||
nread -= sent;
|
||||
} while (1);
|
||||
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user