bugfix: fix featureGroup
- allocate memory, memory on stack does not survive the function - avoid uint32_t, use a char buffer, for endianness neutrality
Showing
Please register or sign in to comment
- allocate memory, memory on stack does not survive the function - avoid uint32_t, use a char buffer, for endianness neutrality