This commit is contained in:
blueloveTH 2024-02-01 12:07:21 +08:00
parent 25d36840ad
commit b1ee038583

View File

@ -17,7 +17,7 @@ int utf8len(unsigned char c, bool suppress){
if(this->size < sizeof(this->_inlined)){ \ if(this->size < sizeof(this->_inlined)){ \
this->data = this->_inlined; \ this->data = this->_inlined; \
}else{ \ }else{ \
this->data = (char*)pool64_alloc(this->size); \ this->data = (char*)pool64_alloc(this->size+1); \
} }
#define PK_STR_COPY_INIT(__s) \ #define PK_STR_COPY_INIT(__s) \