This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
SisMaker
/
genProto
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
3
Wiki
Activity
Browse Source
ft: lua序列化的代码
master
SisMaker
1 year ago
parent
7fe8b03ec4
commit
dbb4aa0b58
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
==
mEndian
then
then
elseif
BA_ENDIAN_BIG
==
mEndian
then
return
"
>
"
..
fmt
else
return
"
=
"
..
fmt
Write
Preview
Loading…
Cancel
Save