mirror of
https://github.com/RubyMetric/chsrc.git
synced 2025-01-22 19:36:32 +08:00
Fix README and segmentation fault for FreeBSD, addressing #163
This commit is contained in:
parent
536c69d04f
commit
1ab8b7c8e5
|
@ -236,7 +236,7 @@ curl -L https://gitee.com/RubyMetric/chsrc/releases/download/pre/chsrc-x64-macos
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ git clone https://gitee.com/RubyMetric/chsrc.git; cd chsrc
|
$ git clone https://gitee.com/RubyMetric/chsrc.git; cd chsrc
|
||||||
$ clang -Iinclude src/chsrc-main.c -o chsrc
|
$ clang -Iinclude -Ilib src/chsrc-main.c -o chsrc
|
||||||
```
|
```
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
|
4
lib/xy.h
4
lib/xy.h
|
@ -5,7 +5,7 @@
|
||||||
* Lib Name : xy.h
|
* Lib Name : xy.h
|
||||||
* Lib Authors : Aoran Zeng <ccmywish@qq.com>
|
* Lib Authors : Aoran Zeng <ccmywish@qq.com>
|
||||||
* | Heng Guo <2085471348@qq.com>
|
* | Heng Guo <2085471348@qq.com>
|
||||||
* Contributors : Nil Null <nil@null.org>
|
* Contributors : juzeon <skyjuzheng@gmail.com>
|
||||||
* |
|
* |
|
||||||
* Created On : <2023-08-28>
|
* Created On : <2023-08-28>
|
||||||
* Last Modified : <2024-12-14>
|
* Last Modified : <2024-12-14>
|
||||||
|
@ -642,7 +642,7 @@ xy_run_iter (const char *cmd, unsigned long n, void (*iter_func) (const char *
|
||||||
static char *
|
static char *
|
||||||
xy_run (const char *cmd, unsigned long n)
|
xy_run (const char *cmd, unsigned long n)
|
||||||
{
|
{
|
||||||
xy_run_iter (cmd, n, NULL);
|
return xy_run_iter (cmd, n, NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -20,6 +20,7 @@
|
||||||
* | zouri <guoshuaisun@outlook.com>
|
* | zouri <guoshuaisun@outlook.com>
|
||||||
* | yongxiang <1926885268@qq.com>
|
* | yongxiang <1926885268@qq.com>
|
||||||
* | YU-7 <2747046473@qq.com>
|
* | YU-7 <2747046473@qq.com>
|
||||||
|
* | juzeon <skyjuzheng@gmail.com>
|
||||||
* |
|
* |
|
||||||
* Created On : <2023-08-28>
|
* Created On : <2023-08-28>
|
||||||
* Last Modified : <2024-12-25>
|
* Last Modified : <2024-12-25>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user