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-03-15 19:50:40 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a90cb9dd846b0be44d92f21de413a2f2fd4c2198
a90cb9dd
1 parent
010b5c0d
fix ubuntu build warning, the config unused setter
隐藏空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
0 行增加
和
2 行删除
trunk/src/app/srs_app_config.cpp
trunk/src/app/srs_app_config.cpp
查看文件 @
a90cb9d
...
...
@@ -291,7 +291,6 @@ int SrsConfDirective::read_token(SrsFileBuffer* buffer, std::vector<string>& arg
int
ret
=
ERROR_SUCCESS
;
char
*
pstart
=
buffer
->
pos
;
int
startline
=
0
;
bool
sharp_comment
=
false
;
...
...
@@ -347,7 +346,6 @@ int SrsConfDirective::read_token(SrsFileBuffer* buffer, std::vector<string>& arg
continue
;
}
pstart
=
buffer
->
pos
-
1
;
startline
=
buffer
->
line
;
switch
(
ch
)
{
case
';'
:
if
(
args
.
size
()
==
0
)
{
...
...
请
注册
或
登录
后发表评论