添加 chef_debug_contributor()

This commit is contained in:
Aoran Zeng
2025-08-21 18:28:33 +08:00
parent 2156dbacad
commit 46083f03ec
2 changed files with 23 additions and 6 deletions

View File

@@ -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)