KTV -> CFG

This commit is contained in:
7u83 2022-08-14 11:22:30 +02:00
parent ff8d520972
commit 46a932dc4b
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ int cw_in_generic(struct cw_ElemHandler * handler, struct cw_ElemHandlerParams *
{
cw_Type_t * type;
type = (cw_Type_t*)handler->type;
char mkey[CW_KTV_MAX_KEY_LEN];
char mkey[CW_CFG_MAX_KEY_LEN];
const char *key;