更新贡献者信息

[GitHub #278]
This commit is contained in:
Aoran Zeng
2025-08-27 10:53:14 +08:00
parent 78ff7adf52
commit 5b8bf70407
7 changed files with 28 additions and 23 deletions

View File

@@ -6,9 +6,10 @@
* | 郭恒 <2085471348@qq.com>
* Contributors : juzeon <skyjuzheng@gmail.com>
* | Mikachu2333 <mikachu.23333@zohomail.com>
* | BingChunMoLi <bingchunmoli@bingchunmoli.com>
* |
* Created On : <2023-08-28>
* Last Modified : <2025-08-22>
* Last Modified : <2025-08-27>
*
*
* xy: 襄阳、咸阳
@@ -796,10 +797,11 @@ xy_run_iter_lines (const char *cmd, unsigned long n, bool (*func) (const char
break;
if (func)
{
if (func (buf)) {
pclose (stream);
return ret;
}
if (func (buf))
{
pclose (stream);
return ret;
}
}
}
@@ -1523,4 +1525,4 @@ xy_map_each (
}
}
#endif
#endif