mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 17:13:47 +02:00
2021-06-02 Fred Gleason <fredg@paravelsystems.com>
* Cleaned up compile warnings in rdlibrary(1). Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -21826,3 +21826,5 @@
|
||||
* Cleaned up compile warnings in rdcatch(1).
|
||||
2021-06-02 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Cleaned up compile warnings in rdcatchd(8).
|
||||
2021-06-02 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Cleaned up compile warnings in rdlibrary(1).
|
||||
|
@@ -433,7 +433,7 @@ void AudioCart::extEditorCutData()
|
||||
// and possibly also add some tooltips with help advice
|
||||
|
||||
if(fork()==0) {
|
||||
system((cmd+" &").toUtf8());
|
||||
RDCheckExitCode("extEditorCutData() system",system((cmd+" &").toUtf8()));
|
||||
exit(0);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user