summaryrefslogtreecommitdiff
path: root/utils/loc_cfg.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/loc_cfg.h')
-rw-r--r--utils/loc_cfg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/loc_cfg.h b/utils/loc_cfg.h
index 268f4c2..f575f71 100644
--- a/utils/loc_cfg.h
+++ b/utils/loc_cfg.h
@@ -33,9 +33,9 @@
#include <stdio.h>
#include <stdint.h>
-#define LOC_MAX_PARAM_NAME 48
+#define LOC_MAX_PARAM_NAME 80
#define LOC_MAX_PARAM_STRING 80
-#define LOC_MAX_PARAM_LINE 80
+#define LOC_MAX_PARAM_LINE (LOC_MAX_PARAM_NAME + LOC_MAX_PARAM_STRING)
#define UTIL_READ_CONF_DEFAULT(filename) \
loc_read_conf((filename), NULL, 0);