VirtualBox

Changeset 14054 in vbox for trunk/include


Ignore:
Timestamp:
Nov 10, 2008 10:50:44 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
39110
Message:

iprt: RTPath - lenths are size_t not unsigned.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/path.h

    r14052 r14054  
    153153 * @param   cchRealPath     Size of the buffer.
    154154 */
    155 RTDECL(int) RTPathReal(const char *pszPath, char *pszRealPath, unsigned cchRealPath);
     155RTDECL(int) RTPathReal(const char *pszPath, char *pszRealPath, size_t cchRealPath);
    156156
    157157/**
     
    172172 * @param   cchAbsPath      Size of the buffer.
    173173 */
    174 RTDECL(int) RTPathAbs(const char *pszPath, char *pszAbsPath, unsigned cchAbsPath);
     174RTDECL(int) RTPathAbs(const char *pszPath, char *pszAbsPath, size_t cchAbsPath);
    175175
    176176/**
     
    196196 * @param   cchAbsPath      Size of the buffer.
    197197 */
    198 RTDECL(int) RTPathAbsEx(const char *pszBase, const char *pszPath, char *pszAbsPath, unsigned cchAbsPath);
     198RTDECL(int) RTPathAbsEx(const char *pszBase, const char *pszPath, char *pszAbsPath, size_t cchAbsPath);
    199199
    200200/**
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