Fix. Echo libcurl version in test.

master
Alexey Melnichuk 2014-08-26 13:53:45 +05:00
parent ee70842172
commit de4e4ccb30
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
local ok, curl = pcall(require, "lcurl")
local version if ok then
version = curl.version
version = curl.version()
else
version = "<UNKNOWN>"
end