VirtualBox

Ignore:
Timestamp:
Mar 28, 2013 3:05:36 PM (12 years ago)
Author:
vboxsync
Message:

Runtime: fixed %Rhxd

File:
1 edited

Legend:

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

    r44927 r45236  
    665665                                    {
    666666                                        int i;
    667                                         cch += RTStrFormat(pfnOutput, pvArgOutput, NULL, 0, "%s%0*x %04x:", off ? "\n" : "", sizeof(pu8) * 2, (uintptr_t)pu8, off);
     667                                        cch += RTStrFormat(pfnOutput, pvArgOutput, NULL, 0, "%s%0*p %04x:", off ? "\n" : "", sizeof(pu8) * 2, (uintptr_t)pu8, off);
    668668                                        for (i = 0; i < cchWidth && off + i < cchPrecision ; i++)
    669669                                            cch += RTStrFormat(pfnOutput, pvArgOutput, NULL, 0,
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