mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2025-02-02 15:07:36 -05:00
Fix: Corrected typo in constant name
This commit is contained in:
parent
88aa6c60c9
commit
d0899fe4fc
@ -83,7 +83,7 @@ static inline resourcematch_result_t match_lli(const char **string, resourcematc
|
||||
errno = 0;
|
||||
ret = strtoll(*string, &endptr, base);
|
||||
if (endptr == *string)
|
||||
return RESOURCEMATCH_MATCH;
|
||||
return RESOURCEMATCH_NOMATCH;
|
||||
if (errno != 0)
|
||||
return RESOURCEMATCH_ERROR;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user