VirtualBox

Ignore:
Timestamp:
Nov 10, 2008 10:50:44 PM (16 years ago)
Author:
vboxsync
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

    r14050 r14054  
    5656 * @param   cchRealPath     Size of the buffer.
    5757 */
    58 RTDECL(int) RTPathReal(const char *pszPath, char *pszRealPath, unsigned cchRealPath)
     58RTDECL(int) RTPathReal(const char *pszPath, char *pszRealPath, size_t cchRealPath)
    5959{
    6060    /*
     
    9797 * @param   cchAbsPath      Size of the buffer.
    9898 */
    99 RTDECL(int) RTPathAbs(const char *pszPath, char *pszAbsPath, unsigned cchAbsPath)
     99RTDECL(int) RTPathAbs(const char *pszPath, char *pszAbsPath, size_t cchAbsPath)
    100100{
    101101    /*
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