Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 415838 Details for
Bug 468766
games-arcade/blobby-1.0 version bump request
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Release patch
blobby2-1.0-fix_release.patch (text/plain), 577 bytes, created by
Adrien D
on 2015-10-31 22:28:14 UTC
(
hide
)
Description:
Release patch
Filename:
MIME Type:
Creator:
Adrien D
Created:
2015-10-31 22:28:14 UTC
Size:
577 bytes
patch
obsolete
>diff -Naur blobby-1.0.orig/src/NetworkMessage.cpp blobby-1.0/src/NetworkMessage.cpp >--- blobby-1.0.orig/src/NetworkMessage.cpp 2014-03-22 14:31:21.000000000 +0100 >+++ blobby-1.0/src/NetworkMessage.cpp 2014-06-20 16:31:43.680681439 +0200 >@@ -109,6 +109,6 @@ > > std::ostream& operator<<(std::ostream& stream, const ServerInfo& val) > { >- return stream << val.name << " (" << val.hostname << ":" << val.port << ")"; >+ return stream << std::string(val.name) << std::string(" (") << std::string(val.hostname) << std::string(":") << std::to_string(val.port) << std::string(")"); > } >
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 468766
:
415834
|
415836
| 415838