mirror of
https://github.com/vxcontrol/lualibs-libcurl.git
synced 2026-07-01 08:12:19 -04:00
unimportant
This commit is contained in:
+1
-1
@@ -204,7 +204,7 @@ local function slist(t)
|
||||
dt = {slist}
|
||||
for i=1,#t do
|
||||
local s = t[i]
|
||||
slist[i-1].data = ffi.cast('const char*', s)
|
||||
slist[i-1].data = ffi.cast('char*', s)
|
||||
slist[i-1].next = i < #t and slist[i] or nil
|
||||
table.insert(dt, s)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user