Changeset 94557 in vbox
- Timestamp:
- Apr 11, 2022 1:53:21 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 150912
- 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.