Skip to content

Commit

Permalink
FTBFS with GCC-7: invalid conversion from 'char' to 'const void*'. fi…
Browse files Browse the repository at this point in the history
…xed debian#854654 opensuse#1041268
  • Loading branch information
marguerite committed Jul 31, 2017
1 parent 9ab9025 commit b32c2f9
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -64,7 +64,7 @@ static void sig_quit (int sig)
{
if (!signal_occurred) {
signal_occurred = true;
send (pipe_in, '\0', sizeof (char), MSG_NOSIGNAL);
send (pipe_in, "", sizeof (char), MSG_NOSIGNAL);
}
}

Expand Down

0 comments on commit b32c2f9

Please sign in to comment.