From 31d4120d34eba122f769b05157fda7216fc9b50f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=8F=E6=A5=9A?= <771730766@qq.com> Date: Fri, 2 Sep 2022 11:44:01 +0800 Subject: [PATCH] =?UTF-8?q?Updated=20=E4=BB=A3=E7=A0=81=E4=BE=9D=E8=B5=96?= =?UTF-8?q?=E4=B8=8E=E7=89=88=E6=9D=83=E5=A3=B0=E6=98=8E=20(markdown)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 代码依赖与版权声明.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/代码依赖与版权声明.md b/代码依赖与版权声明.md index db272aa..14c1cc6 100644 --- a/代码依赖与版权声明.md +++ b/代码依赖与版权声明.md @@ -22,7 +22,7 @@ ## 三、ZLToolkit相关依赖 - [getopt](https://github.com/ZLMediaKit/ZLToolKit/tree/master/src/win32): windows下命令行解析工具,其他平台不依赖。 -- [uv_errno](https://github.com/ZLMediaKit/ZLToolKit/blob/master/src/Util/uv_errno.h):部分系统错误处理代码来自libuv。 +- [uv_errno](https://github.com/ZLMediaKit/ZLToolKit/blob/master/src/Util/uv_errno.h):部分错误处理代码来自libuv。 - [strptime_win](https://github.com/ZLMediaKit/ZLToolKit/blob/master/src/Util/strptime_win.cpp) windows下strptime移植函数代码,来源网络,出处已不可考。 - [mini](https://github.com/ZLMediaKit/ZLToolKit/blob/master/src/Util/mini.h) 来源于[github](https://github.com/r-lyeh-archived/mINI),经过整理和修改。