FreeBSD Bugzilla – Attachment 179191 Details for
Bug 216354
audio/mixxx: 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
audio_mixxx.diff.v1 (text/plain), 1008 bytes, created by
Tobias C. Berner
on 2017-01-21 20:08:41 UTC
(
hide
)
Description:
proposed patch
Filename:
MIME Type:
Creator:
Tobias C. Berner
Created:
2017-01-21 20:08:41 UTC
Size:
1008 bytes
patch
obsolete
>Index: audio/mixxx/files/patch-src_widget_wdisplay.cpp >=================================================================== >--- audio/mixxx/files/patch-src_widget_wdisplay.cpp (nonexistent) >+++ audio/mixxx/files/patch-src_widget_wdisplay.cpp (working copy) >@@ -0,0 +1,13 @@ >+Fix bogus pointer comparison. >+ >+--- src/widget/wdisplay.cpp.orig 2017-01-21 20:05:08 UTC >++++ src/widget/wdisplay.cpp >+@@ -86,7 +86,7 @@ void WDisplay::setPixmap(int iPos, const >+ >+ void WDisplay::paintEvent(QPaintEvent *) >+ { >+- if (m_pPixmaps>0) >++ if (m_pPixmaps) >+ { >+ int idx = (int)(m_fValue*(float)(m_iNoPos)/128.); >+ // Range check > >Property changes on: audio/mixxx/files/patch-src_widget_wdisplay.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 216354
: 179191