ap

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

commit 07f9ee7bba9ad42e770c91f5db06fe8d73541666
parent f081e130ba7ba27c09ab6e85279d3f8b8153093d
Author: Jacob R. Edwards <jacobouno@protonmail.com>
Date:   Sun, 29 Aug 2021 11:52:07 -0700

Concatenate todo lists

Diffstat:
MTODO | 1+
Daps/TODO | 1-
2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/TODO b/TODO @@ -1,2 +1,3 @@ - Allow 'ok' and 'error: *' items - Consider quoting return items (which would fix 'ok' and 'error: *' items) +- Use size_t for buffer sizes diff --git a/aps/TODO b/aps/TODO @@ -1 +0,0 @@ -- Use size_t for buffer sizes