FreeBSD Bugzilla – Attachment 156330 Details for
Bug 199916
games/wxlauncher: fails to build with WX3 on 8.4R and 9.3R
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
unbreak -std=c++11 on FreeBSD 10+
patch-code_apis_ProfileManager.cpp (text/plain), 537 bytes, created by
Jan Beich
on 2015-05-04 10:23:29 UTC
(
hide
)
Description:
unbreak -std=c++11 on FreeBSD 10+
Filename:
MIME Type:
Creator:
Jan Beich
Created:
2015-05-04 10:23:29 UTC
Size:
537 bytes
patch
obsolete
>--- code/apis/ProfileManager.cpp.orig 2015-01-28 04:29:37 UTC >+++ code/apis/ProfileManager.cpp >@@ -307,7 +307,7 @@ void ProMan::LoadNewsMapFromGlobalProfil > if (globalProfile->Read(GBL_CFG_NET_THE_NEWS, &theNews) && > (globalProfile->Read(GBL_CFG_NET_NEWS_LAST_TIME, &lastDownloadNewsStr))) { > if ((!theNews.IsEmpty()) && >- (NULL != lastDownloadNews.ParseFormat( >+ (0 != lastDownloadNews.ParseFormat( > lastDownloadNewsStr, NEWS_LAST_TIME_FORMAT))) { > newsMap[groupName] = NewsData(theNews, lastDownloadNews); >
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
Flags:
jbeich
:
maintainer-approval?
(
lightside
)
Actions:
View
|
Diff
Attachments on
bug 199916
:
156323
| 156330 |
156345