From 66385ca7a586d1d4a0a68efe4be667d270127f89 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 22 Jan 2015 19:58:04 +0000 Subject: -ensure '1' is interpreted as uint32_t --- src/include/microhttpd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h index 1685f146..e1b41d66 100644 --- a/src/include/microhttpd.h +++ b/src/include/microhttpd.h @@ -294,7 +294,7 @@ typedef SOCKET MHD_socket; * 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 -- cgit v1.2.3