1
0
mirror of https://gitlab.xiph.org/xiph/ezstream.git synced 2025-01-03 14:56:35 -05:00

Fix SET_INTNUM copypasta type error

This commit is contained in:
Moritz Grimm 2016-04-22 15:43:20 +02:00
parent 7491b868c5
commit 9738668129

View File

@ -152,7 +152,7 @@ struct cfg {
#define SET_INTNUM(t, s, e) do { \
const char *errstr; \
unsigned int num; \
int num; \
\
if (!(s) || !(s)[0]) { \
if ((e)) \