diff options
author | TingPing <tngpng@gmail.com> | 2013-04-14 17:54:28 -0300 |
---|---|---|
committer | TingPing <tngpng@gmail.com> | 2013-04-14 17:54:28 -0300 |
commit | 27d828172dcf03e75ea5a93bf13648d72874ef0c (patch) | |
tree | 1c599c3c0751adf50b201d3771a40543040d02a5 /src/common/text.c | |
parent | a7ffdf3d65f07e2e0ad027b043e69acb9ca39ec9 (diff) |
try play first.
Diffstat (limited to 'src/common/text.c')
-rw-r--r-- | src/common/text.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |