#6362: [with spkg, needs review] Singular and GCC 4.4
------------------------+---------------------------------------------------
Reporter: aginiewicz | Owner: tbd
Type: defect | Status: new
Priority: blocker | Milestone: sage-4.1
Component: algebra | Keywords:
Reviewer: | Author:
Merged: |
------------------------+---------------------------------------------------
Comment(by john_perry):
I checked the changes (after some tutoring from was and jhpalmieri)
against the default package included with 4.0.2, released 18 Jun and
against the source included with the spkg.
Is there an error in line 725 of patches/mpr_complex.cc? The original
source file src/kernel/mpr_complex.cc contains
{{{
sprintf(out,"%s",currRing->parameter[0]);
}}}
but the patch contains
{{{
sprintf(out,currRing->parameter[0]);
}}}
What happened to the "%s"? I thought that was required.
Everything else looks fine.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/6362#comment:16>
Sage <http://sagemath.org/>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en
-~----------~----~----~----~------~----~------~--~---