Skip to content

Commit

Permalink
fix: typo in luadb_maker.lua的注释
Browse files Browse the repository at this point in the history
  • Loading branch information
wendal committed Jan 26, 2024
1 parent ac8de4f commit 26ed17b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/luadb/luadb_maker.lua
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ local buff = zbuff.create(1024*1024)
local magic = string.char(0x5A, 0xA5, 0X5A, 0xA5)

-- 先写入magic
--buff:pack("bbbbbb", 0x01, 0x04, 0XA5, 0x5A, 0xA5, 0x5A)
--buff:pack("bbbbbb", 0x01, 0x5A, 0xA5, 0X5A, 0xA5)
TLD(buff, 0x01, magic)

-- 然后是版本号, 当前是2
Expand Down

0 comments on commit 26ed17b

Please sign in to comment.