Changeset 25713 in vbox
- Timestamp:
- Jan 11, 2010 12:39:10 PM (15 years ago)
- Location:
- trunk/src/VBox/Runtime
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/string/strformatrt.cpp
r25645 r25713 113 113 * - \%Rra - Takes an integer iprt status code as argument. Will insert the 114 114 * status code define + full description. 115 * - \%Rt - Current thread (RTThreadSelf()), no arguments.116 *117 115 * - \%Rwc - Takes a long Windows error code as argument. Will insert the status 118 116 * code define corresponding to the Windows error code. -
trunk/src/VBox/Runtime/testcase/tstLog.cpp
r14831 r25713 47 47 RTLogPrintf("%%Rra %d: %Rra\n", VERR_INVALID_PARAMETER, VERR_INVALID_PARAMETER); 48 48 49 RTLogPrintf("%%Rt: %Rt\n");50 51 49 static uint8_t au8Hex[256]; 52 50 for (unsigned iHex = 0; iHex < sizeof(au8Hex); iHex++)
Note:
See TracChangeset
for help on using the changeset viewer.