Toggle navigation
Toggle navigation
此项目
正在载入...
Sign in
胡斌
/
merge_av
转到一个项目
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
胡斌
2020-07-25 09:22:07 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6e007a1599083cb40152a4e429af4d2910e9afcf
6e007a15
1 parent
94f685d5
if record file error,prompt and exit
显示空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
5 行增加
和
0 行删除
pip/merge_pip.cpp
pip/merge_pip.cpp
查看文件 @
6e007a1
...
...
@@ -1139,6 +1139,11 @@ int load_record_info(char * record_info)
}
}
if
(
media_files
.
size
()
==
0
){
printf
(
"no teacher or student files found in:%s"
,
record_info
);
return
-
2
;
}
unifiy_start_time
();
add_media_infos
();
...
...
请
注册
或
登录
后发表评论