fixed the vlist reading in the feed-based reader

This commit is contained in:
2022-07-30 03:02:57 +00:00
parent 9eda7a1208
commit 72b0da966f
4 changed files with 72 additions and 28 deletions

View File

@ -630,9 +630,10 @@ typedef struct hcl_frd_t hcl_frd_t;
struct hcl_frd_t
{
int level;
int array_level;
int data_list_level;
int flagv;
int expect_include_file;
int expect_vlist_item;
int do_include_file;
hcl_cnode_t* obj;
};