mirror of
https://github.com/RubyMetric/chsrc
synced 2025-12-25 11:59:54 +08:00
Fix target name displaying when cesu
This commit is contained in:
@@ -360,7 +360,7 @@ get_target (const char *input, TargetOp code, char *option)
|
||||
}
|
||||
else if (TargetOp_Cesu_Source==code)
|
||||
{
|
||||
auto_select_ (target->sources, target->sources_n, input-3);
|
||||
auto_select_ (target->sources, target->sources_n, input);
|
||||
return true;
|
||||
}
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user