VirtualBox

Changeset 35935 in vbox for trunk/src/VBox/Runtime/r3


Ignore:
Timestamp:
Feb 10, 2011 6:08:56 PM (14 years ago)
Author:
vboxsync
Message:

Renabled the rtDirReadMore assertion, but made it ignore ENOENT.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/posix/dir-posix.cpp

    r35884 r35935  
    254254            {
    255255                rc = RTErrConvertFromErrno(rc);
    256                 //AssertRC(rc);
     256                /** @todo Consider translating ENOENT (The current
     257                 *        position of the directory stream is invalid)
     258                 *        differently. */
     259                AssertMsg(rc == VERR_FILE_NOT_FOUND, ("%Rrc\n", rc));
    257260                return rc;
    258261            }
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