| Summary: | SDL_strtod_inline() declares wrong return type | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Axel Dörfler <axeld> |
| Component: | *don't know* | Assignee: | Ryan C. Gordon <icculus> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | HG 2.0 | ||
| Hardware: | Other | ||
| OS: | All | ||
| Attachments: | Fix return type of SDL_strtod_inline() | ||
(whoops, good catch!) This is now hg changeset 8c891504e325, thanks! --ryan. |
Created attachment 1083 [details] Fix return type of SDL_strtod_inline() Looks like a copy&paste bug, and resulted in an error with GCC2. The attached patch solves the issue.