This commit is contained in:
Hongze Cheng 2022-11-30 10:14:22 +08:00
parent 39628ec6f5
commit e9241629c3
1 changed files with 0 additions and 1 deletions

View File

@ -2186,7 +2186,6 @@ int32_t tGetColData(uint8_t *pBuf, SColData *pColData) {
n += pColData->nData;
} else {
pColData->nData = TYPE_BYTES[pColData->type] * pColData->nVal;
pColData->nData = pBuf + n;
n += pColData->nData;
}
}