FreeBSD Bugzilla – Attachment 179480 Details for
Bug 216357
games/frobtads and games/qtads: fail to build with clang 4.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for fixing build with clang 4.0
frobtads.txt (text/plain), 667 bytes, created by
kaiwang27
on 2017-01-31 22:22:28 UTC
(
hide
)
Description:
Patch for fixing build with clang 4.0
Filename:
MIME Type:
Creator:
kaiwang27
Created:
2017-01-31 22:22:28 UTC
Size:
667 bytes
patch
obsolete
>Index: frobtads/files/patch-tads3_vmtz.cpp >=================================================================== >--- frobtads/files/patch-tads3_vmtz.cpp (nonexistent) >+++ frobtads/files/patch-tads3_vmtz.cpp (working copy) >@@ -0,0 +1,11 @@ >+--- tads3/vmtz.cpp.orig 2017-02-01 00:03:18.317956000 +0100 >++++ tads3/vmtz.cpp 2017-02-01 00:03:27.009520000 +0100 >+@@ -1984,7 +1984,7 @@ >+ * the transition in terms of the local time that was in effect >+ * up until that moment >+ */ >+- result->set(tcur > 0 ? tcur - 1 : tcur); >++ result->set(cur > 0 ? tcur - 1 : tcur); >+ return; >+ } >+ } >
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 216357
: 179480 |
179482