Changeset 35935 in vbox for trunk/src/VBox/Runtime/r3
- Timestamp:
- Feb 10, 2011 6:08:56 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/posix/dir-posix.cpp
r35884 r35935 254 254 { 255 255 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)); 257 260 return rc; 258 261 }
Note:
See TracChangeset
for help on using the changeset viewer.