protoverse

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

commit 70afc9102ccaeabfbc367c37a7068f5d2e1c9d62
parent e127c848c0029d1f8521c6d1f81a68eb54e9d4a8
Author: William Casarin <jb55@jb55.com>
Date:   Mon, 16 Aug 2021 14:14:07 -0700

fix compilation

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

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

diff --git a/src/client.c b/src/client.c @@ -19,7 +19,7 @@ static int handle_data_response(struct parser *parser, const char *expected_path struct packet *packet) { struct fetch_response_packet *resp = &packet->data.fetch_response; - u16 root; + int root; int ok; if (packet->type == PKT_FETCH_DATA_RESPONSE &&