-
- Downloads
Don't convert/store small integers to doubles when reading/writing .ini files
Fix issue #760 UINT_TO_JSVAL automatically handles the storage as the necsesary underlying type in the JS engine. Values > 0x7fffffff (2147483647) will still be stored (and re-written) as doubles and could be problematic.
parent
4df2ae8f
No related branches found
No related tags found
Please register or sign in to comment