ap

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

commit 9921b127e5d78c5c9b0eaaf95fa6b08b75d09b8f
parent ec7cf8cb0eff44883b2e95852054356e5b0cea2b
Author: Jacob R. Edwards <n/a>
Date:   Fri, 20 May 2022 14:33:48 -0500

Improve apc error message

Diffstat:
Mapc/apc.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apc/apc.c b/apc/apc.c @@ -112,7 +112,7 @@ main(int argc, char *argv[]) apc = apc_new(NULL); if (apc == NULL) - die("unable to create client"); + die("unable to connect to server"); if (pledge("stdio", NULL)) die("pledge");