VirtualBox

Ignore:
Timestamp:
Nov 19, 2017 2:35:01 PM (7 years ago)
Author:
vboxsync
Message:

DnDRUIList.cpp: pointed out broken directory enumeration that looks like it was copied from guest control.

File:
1 edited

Legend:

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

    r69753 r69755  
    145145                            break;
    146146                        }
     147                        /** @todo r=bird: you really need to read the documentation! I already
     148                         *        pointed out that this isn't goint to work in the guest control
     149                         *        code. sigh. */
    147150
    148151                        switch (DirEntry.enmType)
     
    151154                            {
    152155                                /* Skip "." and ".." entries. */
    153                                 if (   RTStrCmp(DirEntry.szName, ".")  == 0
    154                                     || RTStrCmp(DirEntry.szName, "..") == 0)
     156                                if (RTDirEntryIsStdDotLink(&DirEntry))
    155157                                    break;
    156158
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