VirtualBox

Ignore:
Timestamp:
Jun 4, 2009 11:27:27 AM (16 years ago)
Author:
vboxsync
Message:

Main: completed scriptable changes
Make VBox buildable on SMB share exported by Win box.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/glue/SupportErrorInfo.cpp

    r13580 r20267  
    253253
    254254                /* we want to return the head's result code */
    255                 rc = info->COMGETTER(ResultCode) (&aResultCode);
     255                PRInt32 lrc;
     256                rc = info->COMGETTER(ResultCode) (&lrc); aResultCode = lrc;
    256257                CheckComRCBreakRC (rc);
    257258            }
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