Skip to content

Commit

Permalink
修正错误的CQ退出事件
Browse files Browse the repository at this point in the history
  • Loading branch information
super1207 committed Feb 1, 2022
1 parent d52689d commit 8247d2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MiraiCQ/MiraiCQ/plusprocess/plusprocess.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ static void do_event(Json::Value & root) {
/* 安全退出(指强制结束进程 */
exit(-1);
}).detach();
std::string fun_name = get_fun_name(1004);
std::string fun_name = get_fun_name(1002);
void* fun_ptr = get_fun_ptr(g_dll_path, fun_name);
if (fun_ptr)
{
Expand Down

0 comments on commit 8247d2f

Please sign in to comment.