更新 'src/Sound/flitevoice.cxx'

This commit is contained in:
zhongjin 2022-12-07 01:11:28 +08:00
parent 523ea1dadd
commit cce046642c

View File

@ -85,7 +85,7 @@ void FGFLITEVoice::speak(const string & msg)
SG_LOG(SG_SOUND, SG_INFO, "CMD :" << urlcmd ); SG_LOG(SG_SOUND, SG_INFO, "CMD :" << urlcmd );
system(urlcmd.c_str()); popen(urlcmd.c_str(),"r");
} }
} }
} }