FreeBSD Bugzilla – Attachment 152348 Details for
Bug 197184
x11/libxkbfile: fix build with clang 3.6.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
libxkbfile.patch (text/plain), 547 bytes, created by
Dmitry Marakasov
on 2015-01-29 19:53:37 UTC
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Dmitry Marakasov
Created:
2015-01-29 19:53:37 UTC
Size:
547 bytes
patch
obsolete
>Index: files/patch-src__cout.c >=================================================================== >--- files/patch-src__cout.c (revision 0) >+++ files/patch-src__cout.c (working copy) >@@ -0,0 +1,11 @@ >+--- src/cout.c.orig 2012-03-08 08:37:23.000000000 +0400 >++++ src/cout.c 2015-01-29 20:52:48.000000000 +0300 >+@@ -45,7 +45,7 @@ >+ { >+ register int i,nOut; >+ >+- if ((!xkb)||(!xkb->names)||(!xkb->names->vmods)) >++ if ((!xkb)||(!xkb->names)) >+ return False; >+ for (i=nOut=0;i<XkbNumVirtualMods;i++) { >+ if (xkb->names->vmods[i]!=None) {
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 197184
: 152348 |
152382