- Timestamp:
- Jan 16, 2024 2:24:57 PM (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/fs/fatvfs.cpp
r100908 r102899 972 972 || SgBuf.cSegs >= RT_ELEMENTS(aSgSegs)) 973 973 { 974 RTSgBufReset(&SgBuf); 974 975 int rc2 = RTVfsFileSgWrite(pThis->hVfsBacking, off, &SgBuf, true /*fBlocking*/, NULL); 975 976 if (RT_FAILURE(rc2) && RT_SUCCESS(rc)) 976 977 rc = rc2; 977 RTSgBufReset(&SgBuf);978 978 SgBuf.cSegs = 0; 979 979 off = offDirtyLine; … … 1004 1004 if (SgBuf.cSegs > 0) 1005 1005 { 1006 RTSgBufReset(&SgBuf); 1006 1007 int rc2 = RTVfsFileSgWrite(pThis->hVfsBacking, off, &SgBuf, true /*fBlocking*/, NULL); 1007 1008 if (RT_FAILURE(rc2) && RT_SUCCESS(rc))
Note:
See TracChangeset
for help on using the changeset viewer.