Changeset 94557 in vbox for trunk/src/VBox/Runtime/common
- Timestamp:
- Apr 11, 2022 1:53:21 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/string/strformatfloat.cpp
r94511 r94557 250 250 : rtStrFormatCopyOutStr(pszBuf, cbBuf, RT_STR_TUPLE("+0")); 251 251 fDenormal = true; 252 if (fInteger) 253 uExponent = 1; 252 uExponent = 1; 254 253 } 255 254 else if (uExponent == RTFLOAT80U_EXP_MAX)
Note:
See TracChangeset
for help on using the changeset viewer.