add marker so I remember to add this back in

This commit is contained in:
2025-07-24 16:15:36 +02:00
parent 1ea37b6e86
commit 6dbf034ba1

View File

@@ -35,7 +35,7 @@ static const u8 *nbt_proctag(const u8 *restrict buf, u16 slen) {
case NBT_STR: __attribute__((fallthrough)); case NBT_STR: __attribute__((fallthrough));
case NBT_ARR_I32: __attribute__((fallthrough)); case NBT_ARR_I32: __attribute__((fallthrough));
case NBT_ARR_I64: case NBT_ARR_I64:
// arrlen = nbt_arrbsize(ptr); // TODO: arrlen = nbt_arrbsize(ptr);
break; break;
default: return NULL; default: return NULL;