mirror of
https://gitee.com/const-zpc/param.git
synced 2025-01-30 04:32:52 +08:00
fix: 删除多余内存占用
Signed-off-by: 大橙子疯 <const_zpc@163.com>
This commit is contained in:
parent
8a7764eb05
commit
270b38ca34
@ -33,7 +33,7 @@ typedef union
|
|||||||
int64_t s64val;
|
int64_t s64val;
|
||||||
double fVal;
|
double fVal;
|
||||||
#if COT_PARAM_USE_STRING_TYPE
|
#if COT_PARAM_USE_STRING_TYPE
|
||||||
char str[COT_PARAM_STRING_MAX_LENGTH + 2];
|
char str[COT_PARAM_STRING_MAX_LENGTH];
|
||||||
#endif
|
#endif
|
||||||
} Value_u;
|
} Value_u;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user