Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 215684 Details for
Bug 300180
[Version Bump] media-sound/canorus bumped to ver. 0.7_p1188.
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
New patch for externprogram warnings.
0.7_p1188-externprogram.patch (text/plain), 1.50 KB, created by
Clemmitt M. Sigler
on 2010-01-08 16:35:23 UTC
(
hide
)
Description:
New patch for externprogram warnings.
Filename:
MIME Type:
Creator:
Clemmitt M. Sigler
Created:
2010-01-08 16:35:23 UTC
Size:
1.50 KB
patch
obsolete
>--- canorus-0.7svn.R1188/src/control/externprogram.cpp.orig 2009-11-12 01:35:19.000000000 -0500 >+++ canorus-0.7svn.R1188/src/control/externprogram.cpp 2010-01-08 10:35:27.000000000 -0500 >@@ -217,19 +217,19 @@ > { > if( getRunning() ) > { >- qCritical("ExternProgram: program %s reported error %s!", >+ qCritical("ExternProgram: program %s reported error %s!", _oProgramName.toAscii().constData(), > QString( "%1 " + _poExternProgram->errorString() ).arg( _poExternProgram->error() ).toAscii().constData() ); > return; > } > // Check if the program exited normally else put out error message > if( _poExternProgram->exitStatus() != QProcess::NormalExit ) { >- qCritical("ExternProgram: program %s didn't finish correctly! Exit code %d", _oProgramName.toAscii().constData(), >+ qCritical("ExternProgram: program %s didn't finish correctly! Exit code %s", _oProgramName.toAscii().constData(), > QString( _poExternProgram->exitCode() + " " + _poExternProgram->errorString() ).toAscii().constData() ); > emit programExited( _poExternProgram->exitCode() ); > } > > if( _poExternProgram->error() == QProcess::FailedToStart ) { >- qCritical("ExternProgram: program %s didn't start correctly! Error code %d", _oProgramName.toAscii().constData(), >+ qCritical("ExternProgram: program %s didn't start correctly! Error code %s", _oProgramName.toAscii().constData(), > QString( _poExternProgram->error() + " " + _poExternProgram->errorString() ).toAscii().constData() ); > emit programExited( -1 ); > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 300180
:
215677
|
215679
|
215681
|
215683
| 215684 |
215686
|
215688
|
295247
|
295249
|
295251
|
295253
|
295255