VirtualBox

Changeset 85031 in vbox


Ignore:
Timestamp:
Jul 1, 2020 3:21:23 PM (5 years ago)
Author:
vboxsync
Message:

DnD/URIObject: Follow-up fixes for r138893 + r138894.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/GuestHost/DragAndDrop/DnDURIObject.cpp

    r85017 r85031  
    3636    : m_enmType(Type_Unknown)
    3737{
    38     int rc2 = Init(enmType, strPathAbs);
    39     AssertRC(rc2);
     38    if (   enmType != Type_Unknown
     39        && strPathAbs.isNotEmpty())
     40    {
     41        int rc2 = Init(enmType, strPathAbs);
     42        AssertRC(rc2);
     43    }
    4044}
    4145
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