提交 0f4c3330 编写于 作者: H hzcheng

fix skiplist error

上级 6094117b
......@@ -54,7 +54,7 @@ typedef struct SSkipListNode {
#define SL_GET_NODE_DATA(n) ((char*)(n) + SL_NODE_HEADER_SIZE((n)->level))
#define SL_GET_NODE_KEY(s, n) ((s)->keyFn(SL_GET_NODE_DATA(n)))
#define SL_GET_NODE_LEVEL(n) *(int32_t *)((n))
#define SL_GET_NODE_LEVEL(n) *(uint8_t *)((n))
/*
* @version 0.3
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册