VirtualBox

Changeset 19924 in vbox for trunk/src/testcase


Ignore:
Timestamp:
May 22, 2009 9:52:47 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
47626
Message:

IPRT,SUP: Renamed RTPathProgram to RTPathExecDir to make it clear what it returns. Renamed hardened version of it as well.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/src/testcase/tstRunTestcases.cpp

    r14831 r19924  
    264264    {
    265265        char szPath[RTPATH_MAX];
    266         int rc = RTPathProgram(szPath, sizeof(szPath) - sizeof("/.."));
     266        int rc = RTPathExecDir(szPath, sizeof(szPath) - sizeof("/.."));
    267267        if (RT_FAILURE(rc))
    268268        {
    269             RTPrintf("fatal error: RTPathProgram -> %Rrc\n", rc);
     269            RTPrintf("fatal error: RTPathExecDir -> %Rrc\n", rc);
    270270            return 1;
    271271        }
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