FreeBSD Bugzilla – Attachment 98634 Details for
Bug 137577
Update of math/GiNaC port
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
patch-ginac__parser__parser.cpp
patch-ginac__parser__parser.cpp (text/plain), 388 bytes, created by
Stephen Montgomery-Smith
on 2009-08-12 03:53:35 UTC
(
hide
)
Description:
patch-ginac__parser__parser.cpp
Filename:
MIME Type:
Creator:
Stephen Montgomery-Smith
Created:
2009-08-12 03:53:35 UTC
Size:
388 bytes
patch
obsolete
>--- ginac/parser/parser.cpp-orig 2009-08-08 12:27:12.000000000 -0500 >+++ ginac/parser/parser.cpp 2009-08-08 12:29:20.000000000 -0500 >@@ -66,7 +66,7 @@ > Parse_error_("no function \"" << name << "\" with " << > args.size() << " arguments"); > } >- ex ret = GiNaC::function((unsigned)reader->second, args); >+ ex ret = GiNaC::function((size_t)reader->second, args); > return ret; > } >
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 Raw
Actions:
View
Attachments on
bug 137577
:
98633
| 98634