VirtualBox

Changeset 14050 in vbox for trunk/src/VBox/Runtime/r3/win


Ignore:
Timestamp:
Nov 10, 2008 10:48:21 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
39106
Message:

iprt: RTPath - lenths are size_t not unsigned.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/win/path-win.cpp

    r13837 r14050  
    130130 * @param   cchPath     Buffer size in bytes.
    131131 */
    132 RTDECL(int) RTPathUserHome(char *pszPath, unsigned cchPath)
     132RTDECL(int) RTPathUserHome(char *pszPath, size_t cchPath)
    133133{
    134134    RTUTF16 wszPath[RTPATH_MAX];
Note: See TracChangeset for help on using the changeset viewer.

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