Changeset 717
- Timestamp:
- Apr 30, 2010, 12:55:12 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/corelib/tools/qlocale.cpp
r651 r717 6774 6774 // Some values of the floating-point control word can cause _qdtoa to crash with an underflow. 6775 6775 // We set a safe value here. 6776 #if def Q_OS_WIN6776 #if 6777 6777 _clear87(); 6778 6778 unsigned int oldbits = _control87(0, 0); … … 6794 6794 char *s = _qdtoa(d, mode, ndigits, decpt, sign, rve, resultp); 6795 6795 6796 #if def Q_OS_WIN6796 #if 6797 6797 _clear87(); 6798 6798 #ifndef _M_X64
Note:
See TracChangeset
for help on using the changeset viewer.