Changed HandleAnvilItemName() length to size_t in ClientHandle.h
This commit is contained in:
parent
ecc62dbb9c
commit
8a6119437d
@ -778,7 +778,7 @@ void cClientHandle::HandleCommandBlockMessage(const char * a_Data, size_t a_Leng
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
void cClientHandle::HandleAnvilItemName(const char * a_Data, unsigned int a_Length)
|
void cClientHandle::HandleAnvilItemName(const char * a_Data, size_t a_Length)
|
||||||
{
|
{
|
||||||
if (a_Length < 1)
|
if (a_Length < 1)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user