[TBASE-1292]

This commit is contained in:
lihui 2019-12-07 15:42:46 +08:00
parent 571f0a708b
commit ded1757cc6
1 changed files with 1 additions and 1 deletions

View File

@ -447,7 +447,7 @@ int tsParseOneRowData(char **str, STableDataBlocks *pDataBlocks, SSchema schema[
tmpTokenBuf[j] = sToken.z[i];
j++;
}
tmpTokenBuf[j] = 0;
sToken.z = tmpTokenBuf;
sToken.n -= 2 + cnt;
}