commit ce4ea13d1202580dc3335a9e23a44f08cae2a22e parent c6ad610464dca62c311134f383b57af3d7538a46 Author: Frederic Cambus <fred@statdns.com> Date: Fri, 4 Jan 2019 15:56:04 +0100 No need to use enumeration as we only have one property. Diffstat:
M | src/config.h | | | 4 | +--- |
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/src/config.h b/src/config.h @@ -15,9 +15,7 @@ #define VERSION "StatZone 1.0.0" -enum { - LINE_LENGTH_MAX = 65536 -}; +#define LINE_LENGTH_MAX 65536 struct results { uint64_t processedLines;