VirtualBox

Changeset 33794 in vbox for trunk/src


Ignore:
Timestamp:
Nov 5, 2010 3:57:11 PM (14 years ago)
Author:
vboxsync
Message:

Main: remove superfluous striping of the last path component

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/VFSExplorerImpl.cpp

    r33553 r33794  
    377377        {
    378378            memcpy(szPath, m->strPath.c_str(), strlen(m->strPath.c_str()) + 1);
    379             RTPathStripFilename(szPath);
    380379            RTPathAppend(szPath, sizeof(szPath), (*it).c_str());
    381380            int vrc = RTFileDelete(szPath);
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