From 9d3fa452aa215596700e257f57030d6839ec7ff5 Mon Sep 17 00:00:00 2001 From: 7u83 <7u83@mail.ru> Date: Sun, 4 Sep 2022 18:43:17 +0200 Subject: [PATCH] Fix: Add brackets around defined value --- src/cw/fragman.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cw/fragman.h b/src/cw/fragman.h index 6bfa0d25..67f3c7e7 100644 --- a/src/cw/fragman.h +++ b/src/cw/fragman.h @@ -35,7 +35,7 @@ #ifndef FRAG_MAXSIZE /** maximaum size of a fragment */ - #define FRAG_MAXSIZE 65536+4 + #define FRAG_MAXSIZE (65536+4) #endif #ifndef FRAG_MAXIDS