Fix. init urlapi module on old versions
This commit is contained in:
parent
9c0a6cc626
commit
8046514220
@ -194,5 +194,7 @@ void lcurl_url_initlib(lua_State *L, int nup){
|
||||
lua_pop(L, 1);
|
||||
|
||||
lcurl_util_set_const(L, lcurl_url_opt);
|
||||
#else
|
||||
lua_pop(L, nup);
|
||||
#endif
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user