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:
parent
7491b868c5
commit
9738668129
@ -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)) \
|
||||
|
Loading…
Reference in New Issue
Block a user