From 27d828172dcf03e75ea5a93bf13648d72874ef0c Mon Sep 17 00:00:00 2001 From: TingPing Date: Sun, 14 Apr 2013 17:54:28 -0300 Subject: [PATCH] try play first. --- src/common/text.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/text.c b/src/common/text.c index 3a61eecc..001fd9da 100644 --- a/src/common/text.c +++ b/src/common/text.c @@ -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[] = {"aplay", "esdplay", "soxplay", "artsplay", NULL}; + static const char * const progs[] = {"play", "aplay", "esdplay", "soxplay", "artsplay", NULL}; char *cmd; int i = 0;