Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit212864f

Browse files
committed
修复 ziplist.c 中一个关于列表节点的注释错误
1 parent50a3070 commit212864f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/ziplist.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
*
6060
* Header 包括两部分:
6161
* 1) 前一个节点的长度,在从后往前遍历时使用
62-
* 2)这个节点所储存的字符串的长度
62+
* 2)当前节点所保存的值的类型和长度
6363
*
6464
* The length of the previous entry is encoded in the following way:
6565
* If this length is smaller than 254 bytes, it will only consume a single

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp