VirtualBox

Ignore:
Timestamp:
Mar 15, 2016 10:43:53 AM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
106010
Message:

iprt: Added simple (and untested) RTAsn1Integer_ToString implemented. Added spacing flags to RTStrPrintHexBytes (also untested).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/asn1/asn1-ut-integer.cpp

    r60029 r60030  
    357357            ssize_t cchFormat = RTStrFormatU64(pszBuf, cbBuf, pThis->uValue.u, 16, (int)cbActual - 1 /*cchWidth*/, 0,
    358358                                               RTSTR_F_SPECIAL | RTSTR_F_ZEROPAD);
     359            rc = VINF_SUCCESS;
    359360            AssertStmt(cchFormat == (ssize_t)cbActual - 1, rc = VERR_INTERNAL_ERROR_3);
    360361        }
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