Skip to content

Commit

Permalink
luajit: fix regression: (u64 vs i64)
Browse files Browse the repository at this point in the history
  • Loading branch information
dlatchx committed Jun 21, 2023
1 parent dd594f4 commit 5d9a08c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion format/luajit/luajit.go
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ func LuaJITDecodeKGC(d *decode.D) {
LuaJITDecodeI64(d)

case 3:
LuaJITDecodeI64(d)
LuaJITDecodeU64(d)

case 4:
// json does not support complex numbers,
Expand Down

0 comments on commit 5d9a08c

Please sign in to comment.