diff --git a/src/dat/nbt.c b/src/dat/nbt.c index c92b530..84f010c 100644 --- a/src/dat/nbt.c +++ b/src/dat/nbt.c @@ -35,7 +35,7 @@ static const u8 *nbt_proctag(const u8 *restrict buf, u16 slen) { case NBT_STR: __attribute__((fallthrough)); case NBT_ARR_I32: __attribute__((fallthrough)); case NBT_ARR_I64: - // arrlen = nbt_arrbsize(ptr); + // TODO: arrlen = nbt_arrbsize(ptr); break; default: return NULL;