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

fix a stupic bug

上级 1642a2d8
......@@ -54,7 +54,7 @@ static inline int metaUidCmpr(const void *arg1, int len1, const void *arg2, int
ASSERT(len2 == sizeof(tb_uid_t));
uid1 = ((tb_uid_t *)arg1)[0];
uid2 = ((tb_uid_t *)arg2)[1];
uid2 = ((tb_uid_t *)arg2)[0];
if (uid1 < uid2) {
return -1;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册