Update tdataformat.c
This commit is contained in:
parent
4cc22a1b90
commit
210a304cc1
|
@ -1273,7 +1273,6 @@ static int32_t tGetTagVal(uint8_t *p, STagVal *pTagVal, int8_t isJson) {
|
||||||
n += tGetCStr(p + n, &pTagVal->pKey);
|
n += tGetCStr(p + n, &pTagVal->pKey);
|
||||||
} else {
|
} else {
|
||||||
n += tGetI16v(p + n, &pTagVal->cid);
|
n += tGetI16v(p + n, &pTagVal->cid);
|
||||||
ASSERTS(pTagVal->cid > 0, "Invalid tag cid:%" PRIi16, pTagVal->cid);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// type
|
// type
|
||||||
|
|
Loading…
Reference in New Issue