VirtualBox

Ignore:
Timestamp:
May 4, 2017 12:46:42 AM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
115179
Message:

iso9660: Rough ReadDir implementation. Also a build fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/vfs/vfsbase.cpp

    r66762 r66767  
    14891489            *pszEntryEnd = '\0';
    14901490            if (   rc == VERR_PATH_NOT_FOUND
    1491                 || rc == VERR_NOT_A_DIRECTORY)
     1491                || rc == VERR_NOT_A_DIRECTORY
     1492                || rc == VERR_NOT_SYMLINK)
    14921493                rc = VINF_SUCCESS;
    14931494            if (RT_FAILURE(rc))
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