ap

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

commit f081e130ba7ba27c09ab6e85279d3f8b8153093d
parent 91123480f5ba8ce3b0a114b3b7242be7b7bfa9fd
Author: Jacob R. Edwards <jacobouno@protonmail.com>
Date:   Sun, 29 Aug 2021 01:28:33 -0700

Update server error messages

Diffstat:
Maps/command.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/aps/command.c b/aps/command.c @@ -32,8 +32,8 @@ #include "queue.h" #include "util.h" -static char *enotfound = "Not found"; -static char *eposition = "No position in queue"; +static char *enotfound = "No match"; +static char *eposition = "Empty queue"; char * findset(struct aps *aps, char **patterns, unsigned int len, unsigned int flags)