diff options
Diffstat (limited to 'src')
-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; |