gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] branch master updated: -fix warning


From: gnunet
Subject: [libmicrohttpd] branch master updated: -fix warning
Date: Mon, 06 Jun 2022 20:41:12 +0200

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

grothoff pushed a commit to branch master
in repository libmicrohttpd.

The following commit(s) were added to refs/heads/master by this push:
     new a940c3ba -fix warning
a940c3ba is described below

commit a940c3ba581e55f238e02632a8b0b5d68cba1a9f
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Jun 6 20:41:10 2022 +0200

    -fix warning
---
 src/microhttpd/connection.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/microhttpd/connection.c b/src/microhttpd/connection.c
index 8e780811..be291e75 100644
--- a/src/microhttpd/connection.c
+++ b/src/microhttpd/connection.c
@@ -1067,7 +1067,7 @@ try_ready_normal_body (struct MHD_Connection *connection)
 
   ret = response->crc (response->crc_cls,
                        connection->response_write_position,
-                       response->data,
+                       (char *) response->data,
                        (size_t) MHD_MIN ((uint64_t) response->data_buffer_size,
                                          response->total_size
                                          - 
connection->response_write_position));

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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