Browse Source

ft: lua序列化的代码

master
SisMaker 1 year ago
parent
commit
dbb4aa0b58
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/writeLua/ByteArray.lua

+ 1
- 1
src/writeLua/ByteArray.lua View File

@ -21,7 +21,7 @@ function ByteArray(endian)
fmt = fmt or ""
if BA_ENDIAN_LITTLE == mEndian then
return "<"..fmt
elseif BA_ENDIAN_BIG == mEndianthen then
elseif BA_ENDIAN_BIG == mEndian then
return ">"..fmt
else
return "="..fmt

Loading…
Cancel
Save