更新 'src/Network/fgcom.cxx'

This commit is contained in:
2022-12-07 01:04:26 +08:00
parent 14d5751bdd
commit fd4ef47046

View File

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