mirror of
https://github.com/RubyMetric/chsrc
synced 2025-10-20 18:05:08 +08:00
添加 chef_debug_contributor()
This commit is contained in:
@@ -529,6 +529,8 @@ typedef enum {
|
||||
bool
|
||||
get_target (const char *input, TargetOp code, char *option)
|
||||
{
|
||||
chsrc_register_contributors ();
|
||||
|
||||
Target_t *target = NULL;
|
||||
|
||||
bool matched = iterate_menu (chsrc_pl_menu, input, &target);
|
||||
@@ -537,8 +539,6 @@ get_target (const char *input, TargetOp code, char *option)
|
||||
|
||||
if (!matched) return false;
|
||||
|
||||
chsrc_register_contributors ();
|
||||
|
||||
if (TargetOp_Set_Source==code)
|
||||
{
|
||||
if (target->setfn)
|
||||
|
Reference in New Issue
Block a user