Minor fix in encode_cell()

This commit is contained in:
Daniel_Cortez 2017-10-24 16:13:34 +07:00
parent 5b190175bb
commit 557ba46900

View File

@ -242,7 +242,7 @@ static unsigned char *encode_cell(ucell c,int *len)
#endif #endif
static unsigned char buffer[ENC_MAX]; static unsigned char buffer[ENC_MAX];
char *ptr; unsigned char *ptr;
int index; int index;
assert(len!=NULL); assert(len!=NULL);