VirtualBox

Changeset 57465 in vbox


Ignore:
Timestamp:
Aug 20, 2015 8:11:11 AM (9 years ago)
Author:
vboxsync
Message:

DnDURIList.cpp: Only count directory on successful allocation.

File:
1 edited

Legend:

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

    r57464 r57465  
    9494            {
    9595                m_lstTree.append(pObjDir);
     96
     97                /** @todo Add DNDURILIST_FLAGS_KEEP_OPEN handling? */
     98                m_cTotal++;
    9699            }
    97100            else
    98101                rc = VERR_NO_MEMORY;
    99 
    100             /** @todo Add DNDURILIST_FLAGS_KEEP_OPEN handling. */
    101 
    102             m_cTotal++;
    103102        }
    104103        /* Note: Symlinks already should have been resolved at this point. */
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