更新 'src/Network/fgcom.cxx'

This commit is contained in:
2022-12-07 01:03:08 +08:00
parent 4c7837ac1c
commit 14d5751bdd

View File

@@ -659,7 +659,7 @@ void FGCom::valueChanged(SGPropertyNode *prop)
urlcmd.append(soundpath.c_str());
//SG_LOG(SG_SOUND, SG_INFO, "CMD :" << urlcmd );
//system(urlcmd.c_str());
popen(urlcmd.c_str());
}
else {