VirtualBox

Changeset 14051 in vbox


Ignore:
Timestamp:
Nov 10, 2008 10:48:41 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
39107
Message:

iprt: RTPath - lenths are size_t not unsigned.

File:
1 edited

Legend:

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

    r14050 r14051  
    349349 * @param   cchPath     Buffer size in bytes.
    350350 */
    351 RTDECL(int) RTPathProgram(char *pszPath, unsigned cchPath);
     351RTDECL(int) RTPathProgram(char *pszPath, size_t cchPath);
    352352
    353353/**
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