1
1

channels: Fixed a build warning.

Этот коммит содержится в:
Andreas Schneider 2010-12-23 10:18:09 +01:00
родитель 33c41074a7
Коммит 38b87aab08

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

@ -1132,7 +1132,7 @@ int channel_write_common(ssh_channel channel, const void *data,
} }
ssh_log(session, SSH_LOG_RARE, ssh_log(session, SSH_LOG_RARE,
"channel_write wrote %ld bytes", effectivelen); "channel_write wrote %ld bytes", (long int) effectivelen);
channel->remote_window -= effectivelen; channel->remote_window -= effectivelen;
len -= effectivelen; len -= effectivelen;