Changeset 38733 in vbox for trunk/src/VBox/Runtime/testcase/tstDir-2.cpp
- Timestamp:
- Sep 13, 2011 1:17:13 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/tstDir-2.cpp
r38651 r38733 67 67 break; 68 68 } 69 RTPrintf(" %#18llx %3d % S\n", (uint64_t)DirEntry.INodeId,69 RTPrintf(" %#18llx %3d %s\n", (uint64_t)DirEntry.INodeId, 70 70 DirEntry.cbName, DirEntry.szName); 71 71 }
Note:
See TracChangeset
for help on using the changeset viewer.