Skip to content

Commit

Permalink
Merge branch 'develop' of gh:dfhack/dfhack into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
lethosor committed Aug 21, 2017
2 parents 4f38260 + a39672f commit a39efc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/lua/luasocket.lua
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ function client:receive( pattern )
local pattern=pattern or "*l"
local bytes=-1

if type(pattern)== number then
if type(pattern)== 'number' then
bytes=pattern
end

Expand Down

0 comments on commit a39efc6

Please sign in to comment.