Toggle navigation
Toggle navigation
此项目
正在载入...
Sign in
胡斌
/
srs
转到一个项目
Toggle navigation
项目
群组
代码片段
帮助
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
winlin
2014-07-20 16:18:26 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
8cd9be4fce4f0d5bf10b34326d8388bbcdc0f013
8cd9be4f
1 parent
c65a6b5d
add comments for LF,CR
隐藏空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
3 行增加
和
0 行删除
trunk/src/app/srs_app_config.cpp
trunk/src/app/srs_app_config.cpp
查看文件 @
8cd9be4
...
...
@@ -56,7 +56,10 @@ int64_t FILE_SIZE(int fd)
return
pos
;
}
// '\n'
#define LF (char)0x0a
// '\r'
#define CR (char)0x0d
bool
is_common_space
(
char
ch
)
...
...
请
注册
或
登录
后发表评论