gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnurl] 72/254: ssh: fix compiler warning from e40e9d7f0de


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 72/254: ssh: fix compiler warning from e40e9d7f0de
Date: Sat, 17 Jun 2017 16:51:44 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to annotated tag gnurl-7.54.1
in repository gnurl.

commit eab6732fde094073480af5039b6fb495cbc3fb8a
Author: Daniel Stenberg <address@hidden>
AuthorDate: Tue May 2 08:32:04 2017 +0200

    ssh: fix compiler warning from e40e9d7f0de
---
 lib/ssh.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/ssh.c b/lib/ssh.c
index 02dec225f..50f1dcb4e 100644
--- a/lib/ssh.c
+++ b/lib/ssh.c
@@ -1838,7 +1838,7 @@ static CURLcode ssh_statemach_act(struct connectdata 
*conn, bool *block)
           do {
             size_t readthisamountnow =
               (data->state.resume_from - passed > data->set.buffer_size) ?
-              data->set.buffer_size :
+              (size_t)data->set.buffer_size :
               curlx_sotouz(data->state.resume_from - passed);
 
             size_t actuallyread =

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]