VirtualBox

Changeset 94557 in vbox for trunk/src/VBox/Runtime/common


Ignore:
Timestamp:
Apr 11, 2022 1:53:21 PM (3 years ago)
Author:
vboxsync
Message:

IPRT: Another RTStrFormatR80* correction. bugref:9898

File:
1 edited

Legend:

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

    r94511 r94557  
    250250                 : rtStrFormatCopyOutStr(pszBuf, cbBuf, RT_STR_TUPLE("+0"));
    251251        fDenormal = true;
    252         if (fInteger)
    253             uExponent = 1;
     252        uExponent = 1;
    254253    }
    255254    else if (uExponent == RTFLOAT80U_EXP_MAX)
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