Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 72882 Details for
Bug 99938
kde-base/kopete-3.4.1-r1 fails to compile libiris_xmpp_core_la-securestream.o
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch from bugs.kde.org
kirc.patch (text/plain), 709 bytes, created by
Jan Hendrik Grahl (RETIRED)
on 2005-11-14 09:39:24 UTC
(
hide
)
Description:
patch from bugs.kde.org
Filename:
MIME Type:
Creator:
Jan Hendrik Grahl (RETIRED)
Created:
2005-11-14 09:39:24 UTC
Size:
709 bytes
patch
obsolete
>Index: kircmessage.cpp >=================================================================== >--- kopete/protocols/irc/libkirc/kircmessage.cpp (revision 479956) >+++ kopete/protocols/irc/libkirc/kircmessage.cpp (working copy) >@@ -168,11 +168,11 @@ > // > // Some servers send '\n' instead of '\r\n' that the RFCs say they should be sending. > >- if (length > 1 && raw[length-2] == '\n') { >- raw[length-2] = '\0'; >+ if (length > 1 && raw.at(length-2) == '\n') { >+ raw.at(length-2) = '\0'; > } >- if (length > 2 && raw[length-3] == '\r') { >- raw[length-3] = '\0'; >+ if (length > 2 && raw.at(length-3) == '\r') { >+ raw.at(length-3) = '\0'; > } > > kdDebug(14121) << "<< " << raw << endl;
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 99938
: 72882