Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 458533 Details for
Bug 631102
FTBFS rinputd-1.0.2-2.fc13
Home
New
Search
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.rh90 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]
FTBS patch
rinputd-1.0.3-fix_FTBS.patch (text/plain), 789 bytes, created by
Gianluca Sforna
on 2010-11-07 23:59:54 UTC
(
hide
)
Description:
FTBS patch
Filename:
MIME Type:
Creator:
Gianluca Sforna
Created:
2010-11-07 23:59:54 UTC
Size:
789 bytes
patch
obsolete
>diff --git a/common/.Connection.cpp.swp b/common/.Connection.cpp.swp >index 41516d9..b091277 100644 >Binary files a/common/.Connection.cpp.swp and b/common/.Connection.cpp.swp differ >diff --git a/common/Connection.cpp b/common/Connection.cpp >index 9bfed65..86fd265 100644 >--- a/common/Connection.cpp >+++ b/common/Connection.cpp >@@ -344,14 +344,14 @@ qint64 Connection::read(char *data, qint64 maxSize) { > > QByteArray Connection::read(qint64 maxSize) { > if (state == AUTHENTICATING) { >- return QByteArray::QByteArray(); >+ return QByteArray(); > } > return socket.read(maxSize); > } > > QByteArray Connection::readAll() { > if (state == AUTHENTICATING) { >- return QByteArray::QByteArray(); >+ return QByteArray(); > } > return socket.readAll(); > }
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 631102
:
443985
|
443986
|
443987
|
443988
|
443989
|
443990
|
458532
| 458533