VirtualBox

Changeset 95927 in vbox


Ignore:
Timestamp:
Jul 28, 2022 10:55:01 PM (2 years ago)
Author:
vboxsync
Message:

IPRT/strformat.cpp: Build fix for the floating point formatting. bugref:10261

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/string/strformat.cpp

    r95926 r95927  
    785785                            r80.lrd = va_arg(args, long double);
    786786#  ifndef IN_BLD_PROG
    787                             cchNum = RTStrFormatR80U2(&szTmp[0], sizeof(szTmp), &r80, cchWidth, cchPrecision, 0);
     787                            cchNum = RTStrFormatR80u2(&szTmp[0], sizeof(szTmp), &r80, cchWidth, cchPrecision, 0);
    788788#  else
    789789                            cch += pfnOutput(pvArgOutput, RT_STR_TUPLE("<long double>"));
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette