提交 e55d7662 编写于 作者: H Hongze Cheng

more TDB

上级 7e6e005d
......@@ -43,7 +43,7 @@ static inline int tdbPutVarInt(u8 *p, int v) {
int n = 0;
for (;;) {
if (v < 0xff) {
if (v <= 0x7f) {
p[n++] = v;
break;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册