Changeset 10753 in vbox for trunk/src/VBox/Main/testcase
- Timestamp:
- Jul 18, 2008 7:22:21 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/testcase/tstAPI.cpp
r10727 r10753 1056 1056 for (unsigned j = 0; j < retLengths[i]; j++) 1057 1057 { 1058 printf(", %d % s", retData[retIndices[i] + j], metricUnit.raw());1058 printf(", %d %ls", retData[retIndices[i] + j] / (strcmp((const char *)metricUnit.raw(), "%")?1:1000), metricUnit.raw()); 1059 1059 } 1060 1060 printf("\n");
Note:
See TracChangeset
for help on using the changeset viewer.