1
0
mirror of https://github.com/moparisthebest/hexchat synced 2024-08-13 16:53:48 -04:00

add paplay

This commit is contained in:
TingPing 2013-04-17 06:13:34 -03:00
parent 9790151ec0
commit 450b92f6c0

View File

@ -2199,7 +2199,7 @@ static char *
sound_find_command (void)
{
/* some sensible unix players. You're bound to have one of them */
static const char * const progs[] = {"play", "aplay", "esdplay", "soxplay", "artsplay", NULL};
static const char * const progs[] = {"play", "paplay", "aplay", "esdplay", "artsplay", NULL};
char *cmd;
int i = 0;