FreeBSD Bugzilla – Attachment 179193 Details for
Bug 216075
multimedia/kodi: fails to build with clang 4.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
proposed patch
multimedia_kodi.v1 (text/plain), 1.12 KB, created by
Tobias C. Berner
on 2017-01-21 21:14:35 UTC
(
hide
)
Description:
proposed patch
Filename:
MIME Type:
Creator:
Tobias C. Berner
Created:
2017-01-21 21:14:35 UTC
Size:
1.12 KB
patch
obsolete
>Index: multimedia/kodi/files/patch-xbmc_utils_RssReader.cpp >=================================================================== >--- multimedia/kodi/files/patch-xbmc_utils_RssReader.cpp (nonexistent) >+++ multimedia/kodi/files/patch-xbmc_utils_RssReader.cpp (working copy) >@@ -0,0 +1,18 @@ >+Fix bogus pointer comparisons. >+ >+--- xbmc/utils/RssReader.cpp.orig 2017-01-21 21:11:51 UTC >++++ xbmc/utils/RssReader.cpp >+@@ -266,11 +266,11 @@ void CRssReader::GetNewsItems(TiXmlEleme >+ if (m_tagSet.empty()) >+ AddTag("title"); >+ >+- while (itemNode > 0) >++ while (itemNode) >+ { >+ TiXmlNode* childNode = itemNode->FirstChild(); >+ mTagElements.clear(); >+- while (childNode > 0) >++ while (childNode) >+ { >+ std::string strName = childNode->ValueStr(); >+ > >Property changes on: multimedia/kodi/files/patch-xbmc_utils_RssReader.cpp >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
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 216075
: 179193