Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 645168
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- a/agent/scim-bridge-agent-signal-listener.cpp
0
++ b/agent/scim-bridge-agent-signal-listener.cpp
Lines 64-70 Link Here
64
{
64
{
65
    if (!signal_occurred) {
65
    if (!signal_occurred) {
66
        signal_occurred = true;
66
        signal_occurred = true;
67
        send (pipe_in, '\0', sizeof (char), MSG_NOSIGNAL);
67
        send (pipe_in, "", sizeof (char), MSG_NOSIGNAL);
68
    }
68
    }
69
}
69
}
70
70

Return to bug 645168