Merge branch 'develop' of gh:dfhack/dfhack into develop

develop
lethosor 2017-08-21 19:35:14 -04:00
commit a39efc6f1d
1 changed files with 1 additions and 1 deletions

@ -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