summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/Src/ControllerInterface
diff options
context:
space:
mode:
authorMaarten ter Huurne <maarten@treewalker.org>2011-12-02 01:16:56 +0100
committerMaarten ter Huurne <maarten@treewalker.org>2011-12-02 02:24:43 +0100
commit748be364e5ee85cf92dfd0300468afc6bc36cbd2 (patch)
treed66cf6f650af77d4c1538647693527d8745da44e /Source/Core/InputCommon/Src/ControllerInterface
parent045eb924d93b4532d5a91c8eab55e292e3a997ae (diff)
Fixed range check on TryParse() for u32.
On x86-64, "unsigned long" is 64 bits wide, so it is possible for a number to not trigger a range error on strtoul() but still not fit inside an u32. An extra check is added to ensure that 32-bit and 64-bit builds will accept the same numbers.
Diffstat (limited to 'Source/Core/InputCommon/Src/ControllerInterface')
0 files changed, 0 insertions, 0 deletions