From 557ba46900a17589ae53b76dd99fedf51f491698 Mon Sep 17 00:00:00 2001 From: Daniel_Cortez Date: Tue, 24 Oct 2017 16:13:34 +0700 Subject: [PATCH] Minor fix in encode_cell() --- source/compiler/sc6.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/compiler/sc6.c b/source/compiler/sc6.c index fcccdfd..55f3cd2 100644 --- a/source/compiler/sc6.c +++ b/source/compiler/sc6.c @@ -242,7 +242,7 @@ static unsigned char *encode_cell(ucell c,int *len) #endif static unsigned char buffer[ENC_MAX]; - char *ptr; + unsigned char *ptr; int index; assert(len!=NULL);