This commit is contained in:
lihui 2019-12-09 19:19:13 +08:00
parent 29356bae61
commit 4c7a815fdd
1 changed files with 1 additions and 1 deletions

View File

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