summaryrefslogtreecommitdiff
path: root/utils/loc_cfg.h
diff options
context:
space:
mode:
authorNaresh Munagala <nareshm@codeaurora.org>2018-04-30 12:22:18 +0530
committerGerrit - the friendly Code Review server <code-review@localhost>2018-05-30 04:02:06 -0700
commita6177a4d144db112aa9e9afd963ca476a5630285 (patch)
treeda39e5bead56001b57934a87dde9ca56e5136c8e /utils/loc_cfg.h
parent9a8c42c3cb5beebe6e5259cccc12b4b6de1c4010 (diff)
downloadgps-a6177a4d144db112aa9e9afd963ca476a5630285.tar.gz
Changed max size of line read of config.
Change-Id: Ib1c7b11b03cdb8d788148091135313b438723670 CRs-Fixed: 2233260
Diffstat (limited to 'utils/loc_cfg.h')
-rw-r--r--utils/loc_cfg.h2
1 files changed, 1 insertions, 1 deletions
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 <grp.h>
#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"