Skip to content

Commit

Permalink
Object 114
Browse files Browse the repository at this point in the history
  • Loading branch information
luozhiya committed Jan 5, 2025
1 parent c8b68c2 commit 71e73e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/fittencode/cc/projects/libcurl/src/api.cc
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ static int l_fetch(lua_State *L) {
// push curl handle to stack
lua_pushlstring(L, readBuffer.data(), readBuffer.size());
// lua_pushlightuserdata(L, curl);
lua_call(L, 1, 0);
lua_call(L, 1, 0);
}

lua_getfield(L, -1, "on_exit");
Expand Down

0 comments on commit 71e73e9

Please sign in to comment.