Changeset 33374 in vbox
- Timestamp:
- Oct 24, 2010 12:19:55 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/test.cpp
r28800 r33374 1464 1464 1465 1465 RTCritSectEnter(&pTest->OutputLock); 1466 rtTestPrintf(pTest, " %-48s: %'1 2llu %s\n", pszName, u64Value, pszUnit);1466 rtTestPrintf(pTest, " %-48s: %'16llu %s\n", pszName, u64Value, pszUnit); 1467 1467 RTCritSectLeave(&pTest->OutputLock); 1468 1468
Note:
See TracChangeset
for help on using the changeset viewer.