forked from external/yambar
yml: bump anchor vector size
This commit is contained in:
parent
0094cc1269
commit
0e3dd72313
1 changed files with 1 additions and 1 deletions
2
yml.c
2
yml.c
|
@ -34,7 +34,7 @@ struct yml_node {
|
||||||
union {
|
union {
|
||||||
struct {
|
struct {
|
||||||
struct yml_node *root;
|
struct yml_node *root;
|
||||||
struct anchor_map anchors[10];
|
struct anchor_map anchors[100]; /* TODO: dynamic resize */
|
||||||
size_t anchor_count;
|
size_t anchor_count;
|
||||||
} root;
|
} root;
|
||||||
struct {
|
struct {
|
||||||
|
|
Loading…
Add table
Reference in a new issue