VirtualBox

Ignore:
Timestamp:
Nov 10, 2010 9:16:03 AM (14 years ago)
Author:
vboxsync
Message:

Build fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp

    r33924 r33927  
    14241424        {
    14251425            char strTemp[RTPATH_MAX];
    1426             rc = RTPathAppPrivateNoArch(strTemp, sizeof(strTemp));
    1427             AssertRC(rc);
     1426            vrc = RTPathAppPrivateNoArch(strTemp, sizeof(strTemp));
     1427            AssertRC(vrc);
    14281428            Utf8Str Utf8Src1 = Utf8Str(strTemp).append("/VBoxGuestAdditions.iso");
    14291429
    1430             rc = RTPathExecDir(strTemp, sizeof(strTemp));
    1431             AssertRC(rc);
     1430            vrc = RTPathExecDir(strTemp, sizeof(strTemp));
     1431            AssertRC(vrc);
    14321432            Utf8Str Utf8Src2 = Utf8Str(strTemp).append("/additions/VBoxGuestAdditions.iso");
    14331433
     
    14401440            {
    14411441                RTMsgError("Source could not be determined! Please use --source to specify a valid source.\n");
    1442                 rc = VERR_FILE_NOT_FOUND;
     1442                vrc = VERR_FILE_NOT_FOUND;
    14431443            }
    14441444        }
     
    14461446        {
    14471447            RTMsgError("Source \"%s\" does not exist!\n", Utf8Source.c_str());
    1448             rc = VERR_FILE_NOT_FOUND;
    1449         }
    1450 
    1451         if (RT_SUCCESS(rc))
     1448            vrc = VERR_FILE_NOT_FOUND;
     1449        }
     1450
     1451        if (RT_SUCCESS(vrc))
    14521452        {
    14531453            if (fVerbose)
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