VirtualBox

Changeset 7418 in vbox for trunk/src/VBox/Runtime/r3/posix


Ignore:
Timestamp:
Mar 10, 2008 4:01:58 PM (17 years ago)
Author:
vboxsync
Message:

UCS-2 -> UTF-16.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/posix/dir-posix.cpp

    r5999 r7418  
    419419             * Setup the returned data.
    420420             */
    421             pDirEntry->cucShortName = 0;
    422             pDirEntry->uszShortName[0] = 0;
     421            pDirEntry->cwcShortName = 0;
     422            pDirEntry->wszShortName[0] = 0;
    423423            pDirEntry->cbName  = (uint16_t)cchName;
    424424            Assert(pDirEntry->cbName == cchName);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette