unimportant

This commit is contained in:
Cosmin Apreutesei
2020-01-16 14:07:40 +02:00
parent 5f280a3825
commit 46fcdecc5c
+1 -1
View File
@@ -280,7 +280,7 @@ end
function easy:_ret(code, retval)
if code == C.CURLE_OK then return retval or self end
return nil, self.strerror(code), code
return nil, self.strerror(code), tonumber(code)
end
function easy:_check(code, retval)