VirtualBox

Ignore:
Timestamp:
Jul 9, 2015 2:21:24 PM (10 years ago)
Author:
vboxsync
Message:

DnD: DnDURIList.cpp: Forgot to reset object count on reset.

File:
1 edited

Legend:

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

    r56184 r56899  
    5858        if (RTFS_IS_FILE(objInfo.Attr.fMode))
    5959        {
    60             LogFlowFunc(("File '%s' -> '%s'\n", pcszSource, pcszTarget));
     60            LogFlowFunc(("File '%s' -> '%s' (%RU64)\n", pcszSource, pcszTarget, (uint64_t)objInfo.cbObject));
    6161
    6262            m_lstTree.append(DnDURIObject(DnDURIObject::File, pcszSource, pcszTarget,
     
    386386    m_lstTree.clear();
    387387
     388    m_cTotal  = 0;
    388389    m_cbTotal = 0;
    389390}
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