protoverse

A metaverse protocol
git clone git://jb55.com/protoverse
Log | Files | Refs | README | LICENSE

commit e61397d63ae24473496ec1e4a4193304722fd8a6
parent 09811ce89a59f3218bc62328ecb18efb72102cf0
Author: William Casarin <jb55@jb55.com>
Date:   Mon, 16 Aug 2021 15:13:17 -0700

how is this broken wtf

Signed-off-by: William Casarin <jb55@jb55.com>

Diffstat:
Msrc/parse.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/parse.c b/src/parse.c @@ -1163,7 +1163,7 @@ static int parse_cell_attrs(struct parser *parser, int *index, struct cell *cell ok = parse_cell(parser, &child_cell_index); if (ok) { if (!(child_cell = get_cell(&parser->cells, child_cell_index))) - return 0l + return 0; tokdebug("parse_cell_attrs push child cell\n"); if (!push_cell_child(cell, child_cell_index)) return 0;