summary refs log tree commit diff stats
path: root/src/common/text.c
diff options
context:
space:
mode:
authorTingPing <tngpng@gmail.com>2013-04-17 06:13:34 -0300
committerTingPing <tngpng@gmail.com>2013-04-17 06:13:34 -0300
commit450b92f6c030017334385d6594024b6576a785b3 (patch)
treeefe547a6d57c663c5c8b529ecd0e4d4971def34e /src/common/text.c
parent9790151ec063720bc3fb782a0964cf4213f4b75a (diff)
add paplay
Diffstat (limited to 'src/common/text.c')
-rw-r--r--src/common/text.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/text.c b/src/common/text.c
index 001fd9da..deb3c408 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[] = {"play", "aplay", "esdplay", "soxplay", "artsplay", NULL};
+	static const char * const progs[] = {"play", "paplay", "aplay", "esdplay", "artsplay", NULL};
 	char *cmd;
 	int i = 0;