Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 94324 Details for
Bug 143841
games-puzzle/einstein-2.0 compile error on amd64
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
einstein-2.0-64bit.patch
einstein-2.0-64bit.patch (text/plain), 1.10 KB, created by
Thomas Cort (RETIRED)
on 2006-08-15 08:23:26 UTC
(
hide
)
Description:
einstein-2.0-64bit.patch
Filename:
MIME Type:
Creator:
Thomas Cort (RETIRED)
Created:
2006-08-15 08:23:26 UTC
Size:
1.10 KB
patch
obsolete
>diff -urN einstein-2.0.orig/formatter.cpp einstein-2.0/formatter.cpp >--- einstein-2.0.orig/formatter.cpp 2005-08-13 22:40:58.000000000 -0400 >+++ einstein-2.0/formatter.cpp 2006-08-15 11:18:28.000000000 -0400 >@@ -58,7 +58,7 @@ > if ((c.type == INT_ARG) || (c.type == STRING_ARG) || > (c.type == FLOAT_ARG) || (c.type == DOUBLE_ARG)) > { >- int no = (int)c.data; >+ long int no = (long int)c.data; > args[no - 1] = c.type; > } > } >@@ -123,7 +123,7 @@ > std::wstring Formatter::format(std::vector<ArgValue*> &argValues) const > { > std::wstring s; >- int no; >+ long int no; > > for (int i = 0; i < commandsCnt; i++) { > Command *cmd = &commands[i]; >@@ -135,8 +135,8 @@ > > case STRING_ARG: > case INT_ARG: >- no = (int)cmd->data - 1; >- if (no < (int)argValues.size()) >+ no = (long int)cmd->data - 1; >+ if (no < (long int)argValues.size()) > s += argValues[no]->format(cmd); > break; >
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 143841
: 94324