gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r34957 - libmicrohttpd/src/include


From: gnunet
Subject: [GNUnet-SVN] r34957 - libmicrohttpd/src/include
Date: Thu, 22 Jan 2015 20:58:04 +0100

Author: grothoff
Date: 2015-01-22 20:58:04 +0100 (Thu, 22 Jan 2015)
New Revision: 34957

Modified:
   libmicrohttpd/src/include/microhttpd.h
Log:
-ensure '1' is interpreted as uint32_t

Modified: libmicrohttpd/src/include/microhttpd.h
===================================================================
--- libmicrohttpd/src/include/microhttpd.h      2015-01-22 19:35:53 UTC (rev 
34956)
+++ libmicrohttpd/src/include/microhttpd.h      2015-01-22 19:58:04 UTC (rev 
34957)
@@ -294,7 +294,7 @@
  * with the SHOUTcast "ICY" line instad of "HTTP".
  * @ingroup specialized
  */
-#define MHD_ICY_FLAG ((uint32_t)(1 << 31))
+#define MHD_ICY_FLAG ((uint32_t)(((uint32_t)1) << 31))
 
 /**
  * @defgroup headers HTTP headers




reply via email to

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