Changeset 94283 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Mar 17, 2022 9:13:02 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/string/strformatnum.cpp
r94261 r94283 308 308 : rtStrFormatR80CopyOutStr(pszBuf, cbBuf, RT_STR_TUPLE("-Inf")); 309 309 if (!(fFlags & RTSTR_F_SPECIAL)) 310 return rtStrFormatR80CopyOutStr(pszBuf, cbBuf, RT_STR_TUPLE(" Nan"));311 pszTmp = (char *)memcpy(pszTmp, " Nan[", 4) + 4;310 return rtStrFormatR80CopyOutStr(pszBuf, cbBuf, RT_STR_TUPLE("SNan")); 311 pszTmp = (char *)memcpy(pszTmp, "SNan[", 5) + 5; 312 312 } 313 313 else
Note:
See TracChangeset
for help on using the changeset viewer.