Changeset 104626 in vbox for trunk/src/VBox/Runtime/common/vfs/vfsiosmisc.cpp
- Timestamp:
- May 14, 2024 12:06:12 PM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/vfs/vfsiosmisc.cpp
r101109 r104626 118 118 } 119 119 120 if (RT_FAILURE(rc)) 121 break; 122 120 123 if (off < cbUsed) 121 124 { … … 130 133 if (poffError && RT_FAILURE(rc)) 131 134 { 135 /** @todo r=andy Implement this? */ 132 136 } 133 137
Note:
See TracChangeset
for help on using the changeset viewer.