valid msg
This commit is contained in:
parent
3ae0e2d74f
commit
1e106bd10f
|
@ -49,7 +49,7 @@ inline bool tmsgIsValid(tmsg_t type) {
|
||||||
return false;
|
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() \
|
#define DECODESQL() \
|
||||||
do { \
|
do { \
|
||||||
if (!tDecodeIsEnd(&decoder)) { \
|
if (!tDecodeIsEnd(&decoder)) { \
|
||||||
|
|
Loading…
Reference in New Issue