Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Please codacy (operator precedence).
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Thu, 3 Aug 2017 19:28:57 +0000 (21:28 +0200)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Thu, 3 Aug 2017 21:04:16 +0000 (23:04 +0200)
examples/msg/app-bittorrent/messages.c

index d4c7c2b..c353692 100644 (file)
@@ -9,7 +9,7 @@
 
 XBT_LOG_NEW_DEFAULT_CATEGORY(msg_messages, "Messages specific for the message factory");
 
-#define BITS_TO_BYTES(x) ((x / 8) + (x % 8) ? 1 : 0)
+#define BITS_TO_BYTES(x) (((x) / 8 + (x) % 8) ? 1 : 0)
 
 /** @brief Build a new empty message
  * @param type type of the message