修复编译错误

This commit is contained in:
Aoran Zeng
2025-08-21 18:12:37 +08:00
parent 7d7e6e1702
commit 2156dbacad
6 changed files with 11 additions and 26 deletions

View File

@@ -191,7 +191,7 @@ chef_verify_contributor (const char *id)
if (!c)
{
char error[256];
snprintf (error, sizeof (error), "贡献者不存在: %s", id);
snprintf (error, sizeof (error), "贡献者不存在: %s, 是否写错?或者请在 chsrc-main.c 中登记该贡献者", id);
chsrc_panic (error);
}
return c;