From a793df3e2a07c65f36fb2f5f43d2c51ab0c47bf2 Mon Sep 17 00:00:00 2001 From: Joel Kronqvist Date: Wed, 10 Apr 2024 16:54:50 +0300 Subject: Added help message & fixed blocksize bug The bug was caused by integer overflow with too large precisions. --- config-parser.h | 1 + 1 file changed, 1 insertion(+) (limited to 'config-parser.h') diff --git a/config-parser.h b/config-parser.h index 1026a98..08aa934 100644 --- a/config-parser.h +++ b/config-parser.h @@ -2,6 +2,7 @@ struct Config { int precision; bool human_readable; + bool help; }; typedef struct Config Config; struct Result { -- cgit v1.2.3