VirtualBox

Changeset 19924 in vbox for trunk/src/VBox/Devices/Network


Ignore:
Timestamp:
May 22, 2009 9:52:47 PM (16 years ago)
Author:
vboxsync
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
  • trunk/src/VBox/Devices/Network/testcase/tstIntNet-1.cpp

    r19454 r19924  
    846846
    847847    char szPath[RTPATH_MAX];
    848     rc = RTPathProgram(szPath, sizeof(szPath) - sizeof("/../VMMR0.r0"));
     848    rc = RTPathExecDir(szPath, sizeof(szPath) - sizeof("/../VMMR0.r0"));
    849849    if (RT_FAILURE(rc))
    850850    {
    851         RTPrintf("tstIntNet-1: RTPathProgram -> %Rrc\n", rc);
     851        RTPrintf("tstIntNet-1: RTPathExecDir -> %Rrc\n", rc);
    852852        return 1;
    853853    }
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