Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 156413 Details for
Bug 243036
dvd+rw-format exits with status 0 on failure
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
patch to exit with non-zero status when child process fails
dvd+rw-tools-7.0-exitstatus.patch (text/plain), 309 bytes, created by
Jonathan Kamens
on 2007-06-07 00:25:26 UTC
(
hide
)
Description:
patch to exit with non-zero status when child process fails
Filename:
MIME Type:
Creator:
Jonathan Kamens
Created:
2007-06-07 00:25:26 UTC
Size:
309 bytes
patch
obsolete
>--- dvd+rw-format.cpp~ 2006-09-18 07:41:13.000000000 -0400 >+++ dvd+rw-format.cpp 2007-06-06 20:19:06.000000000 -0400 >@@ -245,7 +245,7 @@ > alarm(1); > while ((waitpid(pid,&i,0) != pid) && !WIFEXITED(i)) ; > if (WEXITSTATUS(i) == 0) fprintf (stderr,"\n"); >- exit (0); >+ exit (WEXITSTATUS(i)); > } > #endif >
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 243036
: 156413