mirror of
https://github.com/lxsang/antd-lua-plugin
synced 2024-12-28 02:18:21 +01:00
fix list
This commit is contained in:
parent
91e13fc261
commit
f7599cd935
BIN
dist/lua-0.5.2b.tar.gz
vendored
BIN
dist/lua-0.5.2b.tar.gz
vendored
Binary file not shown.
@ -535,7 +535,7 @@ static int l_send_header(lua_State* L)
|
|||||||
chain_t it;
|
chain_t it;
|
||||||
for_each_assoc(it,c)
|
for_each_assoc(it,c)
|
||||||
{
|
{
|
||||||
list_put_s(&h.cookie,strdup(it->value));
|
list_put_ptr(&h.cookie,strdup(it->value));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
freedict(c);
|
freedict(c);
|
||||||
|
Loading…
Reference in New Issue
Block a user