FreeBSD Bugzilla – Attachment 150155 Details for
Bug 195657
Fix audio/liblo build with clang 3.5.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix audio/liblo build with clang 3.5.0
audio__liblo-fix-offset-bug-1.diff (text/plain), 1.15 KB, created by
Dimitry Andric
on 2014-12-03 22:12:59 UTC
(
hide
)
Description:
Fix audio/liblo build with clang 3.5.0
Filename:
MIME Type:
Creator:
Dimitry Andric
Created:
2014-12-03 22:12:59 UTC
Size:
1.15 KB
patch
obsolete
>Index: audio/liblo/files/patch-src-messages.c >=================================================================== >--- audio/liblo/files/patch-src-messages.c (revision 0) >+++ audio/liblo/files/patch-src-messages.c (working copy) >@@ -0,0 +1,13 @@ >+--- src/message.c.orig 2014-01-20 12:49:42.000000000 +0100 >++++ src/message.c 2014-12-03 23:02:28.000000000 +0100 >+@@ -996,8 +996,8 @@ void lo_message_pp(lo_message m) >+ putchar('\n'); >+ if (d != end) { >+ fprintf(stderr, >+- "liblo warning: type and data do not match (off by %d) in message %p\n", >+- abs((char *) d - (char *) end), m); >++ "liblo warning: type and data do not match (off by %td) in message %p\n", >++ d >= end ? (char *) d - (char *) end : (char *) end - (char *) d, m); >+ } >+ } >+ > >Property changes on: audio/liblo/files/patch-src-messages.c >___________________________________________________________________ >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >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
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 195657
: 150155