VirtualBox

Changeset 33589 in vbox


Ignore:
Timestamp:
Oct 29, 2010 6:58:22 AM (14 years ago)
Author:
vboxsync
Message:

VBoxManage: warnings

File:
1 edited

Legend:

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

    r33565 r33589  
    12461246            {
    12471247                char strTemp[RTPATH_MAX];
    1248                 int rc = RTPathAppPrivateNoArch(strTemp, sizeof(strTemp));
    1249                 AssertRC(rc);
     1248                int vrc = RTPathAppPrivateNoArch(strTemp, sizeof(strTemp));
     1249                AssertRC(vrc);
    12501250                Utf8Str Utf8Src1 = Utf8Str(strTemp).append("/VBoxGuestAdditions.iso");
    12511251
    1252                 rc = RTPathExecDir(strTemp, sizeof(strTemp));
    1253                 AssertRC(rc);
     1252                vrc = RTPathExecDir(strTemp, sizeof(strTemp));
     1253                AssertRC(vrc);
    12541254                Utf8Str Utf8Src2 = Utf8Str(strTemp).append("/additions/VBoxGuestAdditions.iso");
    12551255
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