mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-29 16:50:13 +01: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).
|
* Cleaned up compile warnings in rdcatch(1).
|
||||||
2021-06-02 Fred Gleason <fredg@paravelsystems.com>
|
2021-06-02 Fred Gleason <fredg@paravelsystems.com>
|
||||||
* Cleaned up compile warnings in rdcatchd(8).
|
* 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
|
// and possibly also add some tooltips with help advice
|
||||||
|
|
||||||
if(fork()==0) {
|
if(fork()==0) {
|
||||||
system((cmd+" &").toUtf8());
|
RDCheckExitCode("extEditorCutData() system",system((cmd+" &").toUtf8()));
|
||||||
exit(0);
|
exit(0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user