VirtualBox

Changeset 14052 in vbox for trunk/src/VBox/Runtime/r3


Ignore:
Timestamp:
Nov 10, 2008 10:49:04 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
39108
Message:

iprt: RTPath - lenths are size_t not unsigned.

File:
1 edited

Legend:

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

    r14050 r14052  
    779779 * @param   cchPath     Buffer size in bytes.
    780780 */
    781 RTDECL(int) RTPathAppDocs(char *pszPath, unsigned cchPath)
     781RTDECL(int) RTPathAppDocs(char *pszPath, size_t cchPath)
    782782{
    783783#if !defined(RT_OS_WINDOWS) && defined(RTPATH_APP_DOCS)
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