Changeset 107451 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Jan 7, 2025 10:04:06 AM (12 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/fs/extvfs.cpp
r106061 r107451 2010 2010 uint64_t offEntry = 0; 2011 2011 int rc = VERR_FILE_NOT_FOUND; 2012 #ifdef LOG_ENABLED 2012 2013 uint32_t idxDirEntry = 0; 2014 #endif 2013 2015 size_t cchEntry = strlen(pszEntry); 2014 2016 … … 2025 2027 #ifdef LOG_ENABLED 2026 2028 rtFsExtDirEntry_Log(pThis, idxDirEntry, &DirEntry); 2029 idxDirEntry++; 2027 2030 #endif 2028 2031 … … 2039 2042 2040 2043 offEntry += RT_LE2H_U16(DirEntry.Core.cbRecord); 2041 idxDirEntry++;2042 2044 } 2043 2045 else
Note:
See TracChangeset
for help on using the changeset viewer.