-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Labels
bugSomething isn't workingSomething isn't working
Description
They are identically documented in the wiki and share the same vendored patches:
bugscpp/bugscpp/taxonomy/libucl/patch/0003-buggy.patch
Lines 12 to 22 in 85fb30f
| --- a/src/ucl_parser.c | |
| +++ b/src/ucl_parser.c | |
| @@ -1016,7 +1016,6 @@ ucl_parse_key (struct ucl_parser *parser, struct ucl_chunk *chunk, bool *next_ke | |
| ucl_chunk_skipc (chunk, p); | |
| parser->prev_state = parser->state; | |
| parser->state = UCL_STATE_MACRO_NAME; | |
| - *end_of_object = false; | |
| return true; | |
| } | |
| while (p < chunk->end) { | |
| -- |
bugscpp/bugscpp/taxonomy/libucl/patch/0005-buggy.patch
Lines 12 to 22 in 85fb30f
| --- a/src/ucl_parser.c | |
| +++ b/src/ucl_parser.c | |
| @@ -1016,7 +1016,6 @@ ucl_parse_key (struct ucl_parser *parser, struct ucl_chunk *chunk, bool *next_ke | |
| ucl_chunk_skipc (chunk, p); | |
| parser->prev_state = parser->state; | |
| parser->state = UCL_STATE_MACRO_NAME; | |
| - *end_of_object = false; | |
| return true; | |
| } | |
| while (p < chunk->end) { | |
| -- |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working