You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-sound/alsamixergui/files/alsamixergui-0.9.0.1.2-strs...

14 lines
402 B

diff --git a/src/alsamixer.cxx b/src/alsamixer.cxx
index c7fda51..0d17e21 100644
--- a/src/alsamixer.cxx
+++ b/src/alsamixer.cxx
@@ -2081,7 +2081,7 @@ static void
mixer_signal_handler (int signal)
{
if (signal != SIGSEGV)
- mixer_abort (ERR_SIGNAL, sys_siglist[signal], 0);
+ mixer_abort (ERR_SIGNAL, strsignal(signal), 0);
else
{
fprintf (stderr, "\nSegmentation fault.\n");