more fix
This commit is contained in:
parent
bc70d8e338
commit
d6ba420eb8
|
@ -163,8 +163,8 @@ static FORCE_INLINE int32_t taosGetTbHashVal(const char *tbname, int32_t tblen,
|
||||||
#define TAOS_CHECK_GOTO(CODE, LINO, LABEL) \
|
#define TAOS_CHECK_GOTO(CODE, LINO, LABEL) \
|
||||||
do { \
|
do { \
|
||||||
if ((CODE) != TSDB_CODE_SUCCESS) { \
|
if ((CODE) != TSDB_CODE_SUCCESS) { \
|
||||||
if ((LINO) != NULL) { \
|
if (LINO) { \
|
||||||
*(LINO) = __LINE__; \
|
*((int32_t *)(LINO)) = __LINE__; \
|
||||||
} \
|
} \
|
||||||
goto LABEL; \
|
goto LABEL; \
|
||||||
} \
|
} \
|
||||||
|
|
Loading…
Reference in New Issue