update 2025-04-17 00:28:13

This commit is contained in:
kenzok8 2025-04-17 00:28:13 +08:00
parent 6fc6ad97d4
commit f221500da4
1 changed files with 1 additions and 1 deletions

View File

@ -570,7 +570,7 @@ static int parse_feature_cfg(struct json_object *class_list) {
return -1;
}
char line[256];
char line[1024];
char app_buf[128];
struct json_object *current_class = NULL;
struct json_object *app_list = NULL;