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

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()

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.