• Max Kellermann's avatar
    tag: make tag.num_items unsigned · c1ab2d06
    Max Kellermann authored
    There's no point in declaring num_items as a uint8_t, it doesn't save
    any space, due to padding.  This allows us to lift the articial "255
    items" limitation.
    c1ab2d06
tag.h 3.45 KB