VirtualBox

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


Ignore:
Timestamp:
May 16, 2012 8:37:07 AM (13 years ago)
Author:
vboxsync
Message:

tstIntNet-1: use the absolute path here

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/testcase/tstIntNet-1.cpp

    r38636 r41325  
    778778    }
    779779
     780    char szAbsPath[RTPATH_MAX];
     781    rc = RTPathAbs(szPath, szAbsPath, sizeof(szAbsPath));
     782    if (RT_FAILURE(rc))
     783    {
     784        RTPrintf("tstIntNet-1: RTPathAbs -> %Rrc\n", rc);
     785        return 1;
     786    }
     787
    780788    rc = SUPR3LoadVMM(strcat(szPath, "/../VMMR0.r0"));
    781789    if (RT_FAILURE(rc))
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