From a6177a4d144db112aa9e9afd963ca476a5630285 Mon Sep 17 00:00:00 2001 From: Naresh Munagala Date: Mon, 30 Apr 2018 12:22:18 +0530 Subject: Changed max size of line read of config. Change-Id: Ib1c7b11b03cdb8d788148091135313b438723670 CRs-Fixed: 2233260 --- utils/loc_cfg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/loc_cfg.h') diff --git a/utils/loc_cfg.h b/utils/loc_cfg.h index c89d303..e0e711e 100644 --- a/utils/loc_cfg.h +++ b/utils/loc_cfg.h @@ -37,7 +37,7 @@ #include #define LOC_MAX_PARAM_NAME 80 -#define LOC_MAX_PARAM_STRING 80 +#define LOC_MAX_PARAM_STRING 170 #define LOC_MAX_PARAM_LINE (LOC_MAX_PARAM_NAME + LOC_MAX_PARAM_STRING) #define LOC_FEATURE_MODE_DISABLED "DISABLED" -- cgit v1.2.3