Fix. init urlapi module on old versions

This commit is contained in:
Alexey Melnichuk 2018-11-04 14:38:41 +03:00
parent 9c0a6cc626
commit 8046514220

View File

@ -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
}