fix error when adding if

This commit is contained in:
kikito 2015-04-06 20:54:06 +02:00
parent 9fcb45d9f2
commit d3c97f950f
1 changed files with 12 additions and 12 deletions

View File

@ -193,6 +193,7 @@ else
return bit_and(n, 0xFFFFFFFF)
end
end
end
-- convert little-endian 32-bit int to a 4-char string
local function lei2str(i)
@ -208,7 +209,6 @@ else
end
return v
end
end
-- convert raw string to little-endian int
local function str2lei(s)