fixing context

poll
Karchnu 2020-07-08 19:34:31 +02:00
parent bc11af9ac5
commit f0055cfdef
1 changed files with 2 additions and 1 deletions

View File

@ -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