Bug 3712 - strtof is C99
Status: RESOLVED FIXED
Alias: None
Product: ioquake3
Classification: Unclassified
Component: Misc
Version: GIT MASTER
Hardware: PC Windows Vista
: P3 major
Assignee: Zachary J. Slater
QA Contact: ioquake3 bugzilla mailing list
URL:
Depends on:
Blocks:
 
Reported: 2008-07-09 10:19 EDT by Pat Raynor
Modified: 2008-07-10 06:06:34 EDT
0 users

See Also:


Attachments
patch (326 bytes, patch)
2008-07-09 10:22 EDT, Pat Raynor

Description Pat Raynor 2008-07-09 10:19:29 EDT
strof is defined as a C99 standard, making MSVC compiles break. :(
Comment 1 Pat Raynor 2008-07-09 10:22:59 EDT
Created attachment 1804 [details]
patch

this patch changes strtof into strtod with a float cast.
Comment 2 Tim Angus 2008-07-10 06:06:34 EDT
Fixed in r1423.