This commit is contained in:
Hongze Cheng 2021-12-29 09:47:38 +08:00
parent f1e40fcdce
commit f4df8612cb
1 changed files with 1 additions and 1 deletions

View File

@ -464,7 +464,7 @@ static FORCE_INLINE int tDecodeDouble(SDecoder* pDecoder, double* val) {
return 0;
}
static FORCE_INLINE int tDecodeCStr(SDecoder* pEncoder, const char* val) {
static FORCE_INLINE int tDecodeCStr(SDecoder* pEncoder, const char** val) {
// TODO
return 0;
}