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:
Fred Gleason
2021-06-02 14:48:19 -04:00
parent 8c3e303725
commit 07f8538401
2 changed files with 3 additions and 1 deletions

View File

@@ -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).

View File

@@ -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);
}
}