valid msg

This commit is contained in:
yihaoDeng 2023-12-01 14:22:47 +08:00
parent 3ae0e2d74f
commit 1e106bd10f
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ inline bool tmsgIsValid(tmsg_t type) {
return false;
}
inline char *TMSG_INFO(tmsg_t type) { return (tmsgIsValid(type) ? tMsgInfo[TMSG_INDEX(type)] : "null"); };
inline char *TMSG_INFO(tmsg_t type) { return (tmsgIsValid(type) ? tMsgInfo[TMSG_INDEX(type)] : "unKnown"); };
#define DECODESQL() \
do { \
if (!tDecodeIsEnd(&decoder)) { \