mirror of
https://github.com/RubyMetric/chsrc
synced 2025-10-20 18:05:08 +08:00
Use less macros in core.c
This commit is contained in:
@@ -664,7 +664,7 @@ get_target (const char *input, TargetOp code, char *option)
|
||||
}
|
||||
else if (TargetOp_Measure_Source==code)
|
||||
{
|
||||
select_mirror_autoly (target->sources, target->sources_n, input);
|
||||
auto_select_mirror (target->sources, target->sources_n, input);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user