mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-05-21 15:19:34 +02:00
2021-08-04 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression in 'RDWaveFile' that caused generation of spurrious 'returned non-zero exit code' warnings. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
parent
ec13ee47e8
commit
e5daddfba7
@ -22173,3 +22173,6 @@
|
||||
2021-08-04 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Fixed a bug in rddbconfig(8) that caused creation of a new
|
||||
database to fail.
|
||||
2021-08-04 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Fixed a regression in 'RDWaveFile' that caused generation
|
||||
of spurrious 'returned non-zero exit code' warnings.
|
||||
|
@ -5037,7 +5037,7 @@ unsigned RDWaveFile::FrameOffset(int msecs) const
|
||||
|
||||
int RDWaveFile::CheckExitCode(const QString &msg,int exit_code)
|
||||
{
|
||||
if(exit_code!=0) {
|
||||
if(exit_code<0) {
|
||||
fprintf(stderr,"%s returned non-zero exit code %d [%s]\n",
|
||||
msg.toUtf8().constData(),exit_code,strerror(errno));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user