We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c0a6cc commit 8046514Copy full SHA for 8046514
1 file changed
src/lcurlapi.c
@@ -194,5 +194,7 @@ void lcurl_url_initlib(lua_State *L, int nup){
194
lua_pop(L, 1);
195
196
lcurl_util_set_const(L, lcurl_url_opt);
197
+#else
198
+ lua_pop(L, nup);
199
#endif
200
}
0 commit comments