mirror of
https://gitlab.xiph.org/xiph/ezstream.git
synced 2024-11-03 04:17:18 -05:00
Revert introduction of !0 pattern for "true"
This commit is contained in:
parent
4551bfdbc0
commit
b19b746e5f
@ -200,7 +200,7 @@ util_strrcmp(const char *s, const char *sub)
|
||||
size_t sublen = strlen(sub);
|
||||
|
||||
if (sublen > slen)
|
||||
return (!0);
|
||||
return (1);
|
||||
|
||||
return (!!memcmp(s + slen - sublen, sub, sublen));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user