Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 376210 Details for
Bug 509394
x11-misc/xdiskusage_1.48_p20111016 - re-add reading from pipe plus segfault fix
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Re-add the isatty() test removed in CVS version 1.23
xdiskusage_1.48_p20111016_isatty.patch (text/plain), 442 bytes, created by
Bernd Feige
on 2014-05-02 14:27:43 UTC
(
hide
)
Description:
Re-add the isatty() test removed in CVS version 1.23
Filename:
MIME Type:
Creator:
Bernd Feige
Created:
2014-05-02 14:27:43 UTC
Size:
442 bytes
patch
obsolete
>=== modified file 'xdiskusage.C' >--- xdiskusage.C 2014-05-02 12:34:09 +0000 >+++ xdiskusage.C 2014-05-02 12:50:40 +0000 >@@ -264,6 +264,10 @@ > OutputWindow* d = OutputWindow::make(argv[n++]); > if (d) d->show(argc,argv); > } >+ } else if (!isatty(0)) { >+ // test for pipe, if so read stdin: >+ OutputWindow* d = OutputWindow::make(0); >+ if (d) d->show(argc,argv); > } else { > // normal gui: > make_diskchooser(); >
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 509394
: 376210 |
376212
|
376250