1
0
mirror of https://github.com/moparisthebest/hexchat synced 2024-11-23 01:32:22 -05:00

try play first.

This commit is contained in:
TingPing 2013-04-14 17:54:28 -03:00
parent a7ffdf3d65
commit 27d828172d

View File

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