mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-19 23:02:21 +08:00
添加完整的服务器用例
This commit is contained in:
@@ -37,7 +37,7 @@ namespace mediakit {
|
||||
|
||||
bool loadIniConfig(const char *ini_path){
|
||||
string ini;
|
||||
if(ini_path){
|
||||
if(ini_path && ini_path[0] != '\0'){
|
||||
ini = ini_path;
|
||||
}else{
|
||||
ini = exePath() + ".ini";
|
||||
|
||||
Reference in New Issue
Block a user