mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-22 20:25:39 +02:00
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 {
|
||||
struct {
|
||||
struct yml_node *root;
|
||||
struct anchor_map anchors[10];
|
||||
struct anchor_map anchors[100]; /* TODO: dynamic resize */
|
||||
size_t anchor_count;
|
||||
} root;
|
||||
struct {
|
||||
|
|
Loading…
Add table
Reference in a new issue