mirror of
https://github.com/RubyMetric/chsrc
synced 2025-10-10 22:53:29 +08:00
Add xy_streql_ic
(#242)
* add xy_streql_ic * fix format * only target use it
This commit is contained in:
@@ -402,7 +402,7 @@ iterate_targets_ (const char ***array, size_t size, const char *input, const cha
|
||||
alias = target[k];
|
||||
while (NULL!=alias)
|
||||
{
|
||||
if (xy_streql (input, alias))
|
||||
if (xy_streql_ic (input, alias))
|
||||
{
|
||||
matched = 1; break;
|
||||
}
|
||||
|
Reference in New Issue
Block a user