1
1

Silent compiler warning with MinGW64.

Этот коммит содержится в:
Guenter Knauf 2011-08-29 15:30:18 +02:00
родитель 31a9e8860d
Коммит 689fc5c596

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

@ -889,7 +889,7 @@ scp_send(LIBSSH2_SESSION * session, const char *path, int mode,
session->scpSend_response_len =
snprintf((char *) session->scpSend_response,
LIBSSH2_SCP_RESPONSE_BUFLEN, "T%ld 0 %ld 0\n",
mtime, atime);
(long)mtime, (long)atime);
_libssh2_debug(session, LIBSSH2_TRACE_SCP, "Sent %s",
session->scpSend_response);
}