Changeset 69814 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Nov 23, 2017 6:47:09 PM (7 years ago)
- Location:
- trunk/src/VBox/Runtime/common
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/fs/fatvfs.cpp
r69813 r69814 2074 2074 static int rtFsFatObj_SetMode(PRTFSFATOBJ pThis, RTFMODE fMode, RTFMODE fMask) 2075 2075 { 2076 __debugbreak();2077 2076 #if 0 2078 2077 if (fMask != ~RTFS_TYPE_MASK) -
trunk/src/VBox/Runtime/common/vfs/vfsbase.cpp
r69813 r69814 1221 1221 /* 1222 1222 * If we've got a trailing directory slash, use pfnOpenDir 1223 * instead of pfnOpen Obj.1223 * instead of pfnOpen. 1224 1224 */ 1225 1225 if (pPath->fDirSlash)
Note:
See TracChangeset
for help on using the changeset viewer.