sad

simple audio daemon
git clone git://git.2f30.org/sad
Log | Files | Refs | LICENSE

commit 2e913b1970cc12bfb648ff840638a0cde4e63463
parent b88068c456dc46c0c5503d84630cabb28e0771fa
Author: sin <sin@2f30.org>
Date:   Sat, 27 Dec 2014 18:26:51 +0000

Remember to undef strtonum

Diffstat:
Mcompat.h | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/compat.h b/compat.h @@ -6,4 +6,5 @@ size_t strlcat(char *, const char *, size_t); #undef strlcpy size_t strlcpy(char *, const char *, size_t); +#undef strtonum long long strtonum(const char *, long long, long long, const char **);