make it compile

This commit is contained in:
Hongze Cheng 2024-07-25 13:19:07 +08:00
parent 6340b50e75
commit f075b5293a
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ int metaDelJsonVarFromIdx(SMeta *pMeta, const SMetaEntry *pCtbEntry, const SSche
int32_t nTagData = 0;
SArray *pTagVals = NULL;
code = tTagToValArray((const STag *)data, &pTagVals);
int32_t code = tTagToValArray((const STag *)data, &pTagVals);
if (code) {
return code;
}