From f11e13b28ebd3f2c7619ec104a20fcf703953c06 Mon Sep 17 00:00:00 2001 From: SisMaker <156736github> Date: Thu, 17 Feb 2022 00:20:56 +0800 Subject: [PATCH] =?UTF-8?q?pf=EF=BC=9Agen=5F*=E4=B8=8D=E8=83=BDcall?= =?UTF-8?q?=E8=87=AA=E5=B7=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/gen_call.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gen_call.erl b/src/gen_call.erl index 3de9019..d94b55d 100644 --- a/src/gen_call.erl +++ b/src/gen_call.erl @@ -45,7 +45,7 @@ do_call(Process, Label, Request, Timeout) -> Process -> exit(calling_self); _ -> - Process ! {Label, {self(), Mref}, Request}, + Process ! {Label, {self(), Mref}, Request} end, receive {Mref, Reply} ->