Skip to content
This repository has been archived by the owner on Nov 20, 2020. It is now read-only.

Commit

Permalink
Update ZipWriter.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
moteus committed Jun 8, 2014
1 parent 0fccdab commit 9dca874
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/ZipWriter.lua
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ local function orflags(n, t)
if not t then return n end

if type(t) == 'table' then
return bit.bor(n, unpack(t, 1, #t))
return bit.bor(n, unpack(t))
end

return bit.bor(n, t)
Expand Down Expand Up @@ -1115,4 +1115,4 @@ function M.source(stream, files)
end


return M
return M

0 comments on commit 9dca874

Please sign in to comment.