Changeset 95927 in vbox for trunk/src/VBox/Runtime/common/string
- Timestamp:
- Jul 28, 2022 10:55:01 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/string/strformat.cpp
r95926 r95927 785 785 r80.lrd = va_arg(args, long double); 786 786 # ifndef IN_BLD_PROG 787 cchNum = RTStrFormatR80 U2(&szTmp[0], sizeof(szTmp), &r80, cchWidth, cchPrecision, 0);787 cchNum = RTStrFormatR80u2(&szTmp[0], sizeof(szTmp), &r80, cchWidth, cchPrecision, 0); 788 788 # else 789 789 cch += pfnOutput(pvArgOutput, RT_STR_TUPLE("<long double>"));
Note:
See TracChangeset
for help on using the changeset viewer.