ap

An audio player suited to my tastes
Log | Files | Refs | README | LICENSE

commit 169af3960f151e84c88eceef641da58e73f2b3a7
parent 7a1c818026273408fc95da4ec23c309589649c0f
Author: Jacob R. Edwards <jacobouno@protonmail.com>
Date:   Tue, 13 Jul 2021 21:06:28 -0700

Fix default next pattern array

Since command names are now omitted the first element was erroneusly
taken as a pattern.

Diffstat:
Maps/config.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/aps/config.h b/aps/config.h @@ -5,7 +5,7 @@ static char *player[] = { }; static char *next[] = { - "config.h", "+1" + "1" }; static int timeout = 250;