Language.
This commit is contained in:
parent
9e6fd99769
commit
ba2d8befbf
@ -250,7 +250,7 @@ class IPC::Connection
|
|||||||
r = LibIPC.ipc_close(pointerof(@connection))
|
r = LibIPC.ipc_close(pointerof(@connection))
|
||||||
if r != 0
|
if r != 0
|
||||||
m = String.new LibIPC.ipc_errors_get (r)
|
m = String.new LibIPC.ipc_errors_get (r)
|
||||||
raise Exception.new "cannot close correctly the connection: #{m}"
|
raise Exception.new "cannot correctly close the connection: #{m}"
|
||||||
end
|
end
|
||||||
|
|
||||||
@closed = true
|
@closed = true
|
||||||
|
Reference in New Issue
Block a user