mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2025-01-03 14:56:34 -05:00
ermmm, let's use the right operator.
svn path=/trunk/httpp/; revision=4963
This commit is contained in:
parent
032ad5d9ff
commit
ea2dc4a67f
@ -547,7 +547,7 @@ void httpp_destroy(http_parser_t *parser)
|
||||
static char *_lowercase(char *str)
|
||||
{
|
||||
char *p = str;
|
||||
for (; *p |= '\0'; p++)
|
||||
for (; *p != '\0'; p++)
|
||||
*p = tolower(*p);
|
||||
|
||||
return str;
|
||||
|
Loading…
Reference in New Issue
Block a user