From f0055cfdefacaa539254cbf6d099fff70b1f6192 Mon Sep 17 00:00:00 2001 From: Karchnu Date: Wed, 8 Jul 2020 19:34:31 +0200 Subject: [PATCH] fixing context --- src/ipc/context.cr | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ipc/context.cr b/src/ipc/context.cr index 3aaecbc..538f794 100644 --- a/src/ipc/context.cr +++ b/src/ipc/context.cr @@ -154,6 +154,7 @@ class IPC::Context end def pp - LibIPC.ipc_ctx_print @context + ctx = @context + LibIPC.ipc_ctx_print Pointer(ctx) end end