example: Fixed gcc warning.
Этот коммит содержится в:
родитель
48e4df4ac0
Коммит
14d6b8856f
@ -41,7 +41,7 @@ int main(void) {
|
||||
while ((rc = ssh_channel_write(channel, buffer, sizeof(buffer))) > 0) {
|
||||
total += rc;
|
||||
if(total/2 >= lastshown){
|
||||
printf("written %llx\n",total);
|
||||
printf("written %llx\n", (long long unsigned int) total);
|
||||
lastshown=total;
|
||||
}
|
||||
if(total > LIMIT)
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user