Bug 332971
| Summary: | scientific notation bug in genius | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | George Lebl <jirka> | ||||
| Component: | genius | Assignee: | Gérard Milmeister <gemi> | ||||
| Status: | CLOSED NEXTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | 7 | ||||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2007-11-07 19:23:48 UTC | Type: | --- | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
|
Description
George Lebl
2007-10-15 18:19:18 UTC
Created attachment 228881 [details]
patch to fix scientific notation printing
A patch to fix the scientific notation printing. Yes the code is not prettiest
but its correct now. The problem was that sprintf used to allow the string
itself to be a parameter allowing something like sprintf(s,"%s...",s,...) but
that no longer works with recent gcc optimizations apparently.
|