gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libmicrohttpd] branch master updated: mhd_sockets.h: minor


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] branch master updated: mhd_sockets.h: minor micros fixes
Date: Mon, 10 Jun 2019 19:50:58 +0200

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

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

The following commit(s) were added to refs/heads/master by this push:
     new abef1b01 mhd_sockets.h: minor micros fixes
abef1b01 is described below

commit abef1b01eda902b24ece456d4e3fa833add9dcbc
Author: Evgeny Grin (Karlson2k) <address@hidden>
AuthorDate: Mon Jun 10 20:44:01 2019 +0300

    mhd_sockets.h: minor micros fixes
---
 src/microhttpd/mhd_sockets.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/microhttpd/mhd_sockets.h b/src/microhttpd/mhd_sockets.h
index 62ea46d5..a684d71d 100644
--- a/src/microhttpd/mhd_sockets.h
+++ b/src/microhttpd/mhd_sockets.h
@@ -276,7 +276,7 @@
  * @return ssize_t type value
  */
 #define MHD_send_(s,b,l) \
-  ((ssize_t)send((s),(const void*)(b),((MHD_SCKT_SEND_SIZE_)l), 
MAYBE_MSG_NOSIGNAL))
+  ((ssize_t)send((s),(const void*)(b),(MHD_SCKT_SEND_SIZE_)(l), 
MAYBE_MSG_NOSIGNAL))
 
 
 /**
@@ -287,7 +287,7 @@
  * @return ssize_t type value
  */
 #define MHD_recv_(s,b,l) \
-  ((ssize_t)recv((s),(void*)(b),((MHD_SCKT_SEND_SIZE_)l), 0))
+  ((ssize_t)recv((s),(void*)(b),(MHD_SCKT_SEND_SIZE_)(l), 0))
 
 
 /**

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



reply via email to

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