update 2025-04-17 00:28:13
This commit is contained in:
parent
6fc6ad97d4
commit
f221500da4
|
@ -570,7 +570,7 @@ static int parse_feature_cfg(struct json_object *class_list) {
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
char line[256];
|
char line[1024];
|
||||||
char app_buf[128];
|
char app_buf[128];
|
||||||
struct json_object *current_class = NULL;
|
struct json_object *current_class = NULL;
|
||||||
struct json_object *app_list = NULL;
|
struct json_object *app_list = NULL;
|
||||||
|
|
Loading…
Reference in New Issue