Almost all ktv stuff deleted
This commit is contained in:
@ -7,12 +7,11 @@ int cw_in_generic_with_index(struct cw_ElemHandler *eh,
|
||||
{
|
||||
char key[CW_CFG_MAX_KEY_LEN];
|
||||
int idx;
|
||||
struct cw_Type * type = (struct cw_Type*)eh->type;
|
||||
|
||||
cw_dbg(DBG_X,"Fix cw_in_generic_with_index");
|
||||
stop();
|
||||
idx = cw_get_byte(data);
|
||||
sprintf(key,"%s.%d",eh->key,idx);
|
||||
// cw_cfg_add(params->cfg,key,eh->type,NULL,data+1,len-1);
|
||||
|
||||
type->read(params->cfg,key,data+1,len-1,eh->param);
|
||||
return 1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user