VirtualBox

Changeset 25713 in vbox


Ignore:
Timestamp:
Jan 11, 2010 12:39:10 PM (15 years ago)
Author:
vboxsync
Message:

iprt: Remove %Rt from the docs and testcase because there appears to be no code for it.

Location:
trunk/src/VBox/Runtime
Files:
2 edited

Legend:

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

    r25645 r25713  
    113113 *      - \%Rra             - Takes an integer iprt status code as argument. Will insert the
    114114 *                            status code define + full description.
    115  *      - \%Rt              - Current thread (RTThreadSelf()), no arguments.
    116  *
    117115 *      - \%Rwc             - Takes a long Windows error code as argument. Will insert the status
    118116 *                            code define corresponding to the Windows error code.
  • trunk/src/VBox/Runtime/testcase/tstLog.cpp

    r14831 r25713  
    4747    RTLogPrintf("%%Rra %d: %Rra\n", VERR_INVALID_PARAMETER, VERR_INVALID_PARAMETER);
    4848
    49     RTLogPrintf("%%Rt: %Rt\n");
    50 
    5149    static uint8_t au8Hex[256];
    5250    for (unsigned iHex = 0; iHex < sizeof(au8Hex); iHex++)
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