Changeset 7418 in vbox for trunk/src/VBox/Runtime/r3/posix
- Timestamp:
- Mar 10, 2008 4:01:58 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/posix/dir-posix.cpp
r5999 r7418 419 419 * Setup the returned data. 420 420 */ 421 pDirEntry->c ucShortName = 0;422 pDirEntry-> uszShortName[0] = 0;421 pDirEntry->cwcShortName = 0; 422 pDirEntry->wszShortName[0] = 0; 423 423 pDirEntry->cbName = (uint16_t)cchName; 424 424 Assert(pDirEntry->cbName == cchName);
Note:
See TracChangeset
for help on using the changeset viewer.