parent
1264b7b228
commit
480eca20fc
1 changed files with 1 additions and 1 deletions
|
@ -822,7 +822,7 @@ channel_tag_find_by_name(const char *name, int create)
|
|||
char str[50];
|
||||
|
||||
TAILQ_FOREACH(ct, &channel_tags, ct_link)
|
||||
if(!strcmp(ct->ct_name, name))
|
||||
if(!strcasecmp(ct->ct_name, name))
|
||||
return ct;
|
||||
|
||||
if(!create)
|
||||
|
|
Loading…
Add table
Reference in a new issue