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