We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 1774 - SDL_strtod_inline() declares wrong return type
Summary: SDL_strtod_inline() declares wrong return type
Status: RESOLVED FIXED
Alias: None
Product: SDL
Classification: Unclassified
Component: *don't know* (show other bugs)
Version: HG 2.0
Hardware: Other All
: P2 normal
Assignee: Ryan C. Gordon
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-29 11:23 UTC by Axel Dörfler
Modified: 2013-03-29 21:30 UTC (History)
0 users

See Also:


Attachments
Fix return type of SDL_strtod_inline() (1.09 KB, patch)
2013-03-29 11:23 UTC, Axel Dörfler
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Axel Dörfler 2013-03-29 11:23:29 UTC
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.
Comment 1 Ryan C. Gordon 2013-03-29 21:30:35 UTC
(whoops, good catch!)

This is now hg changeset 8c891504e325, thanks!

--ryan.