gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] branch master updated: mhd_align.h: fixed copy-paste err


From: gnunet
Subject: [libmicrohttpd] branch master updated: mhd_align.h: fixed copy-paste error
Date: Mon, 13 Sep 2021 18:22:50 +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 a066a341 mhd_align.h: fixed copy-paste error
a066a341 is described below

commit a066a34138c38d702b9f335f22f320cfc795ccda
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Mon Sep 13 19:14:39 2021 +0300

    mhd_align.h: fixed copy-paste error
    
    Alignment of uint64_t was incorrect
---
 src/microhttpd/mhd_align.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/microhttpd/mhd_align.h b/src/microhttpd/mhd_align.h
index 30b4f15d..c570eaa7 100644
--- a/src/microhttpd/mhd_align.h
+++ b/src/microhttpd/mhd_align.h
@@ -76,7 +76,7 @@ struct _mhd_dummy_uint32_offset_test
 struct _mhd_dummy_uint64_offset_test
 {
   char dummy;
-  uint32_t ui64;
+  uint64_t ui64;
 };
 #define _MHD_UINT64_ALIGN \
   _MHD_OFFSETOF(struct _mhd_dummy_uint64_offset_test, ui64)

-- 
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]