Skip to content

Commit

Permalink
fix a error when display function header
Browse files Browse the repository at this point in the history
  • Loading branch information
viruscamp committed Mar 31, 2015
1 parent 778b01b commit ce4f5e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ChunkSpy/ChunkSpy52.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1605,7 +1605,7 @@ function ChunkSpy(chunk_name, chunk)
-------------------------------------------------------------
-- some byte counts
-------------------------------------------------------------
if TestChunk(4, idx, "function header") then return end
if TestChunk(3, idx, "function header") then return end
func.numparams = LoadByte()
func.is_vararg = LoadByte()
func.maxstacksize = LoadByte()
Expand Down

0 comments on commit ce4f5e3

Please sign in to comment.