Changeset 92914 in vbox for trunk/src/VBox/Runtime/common/fs
- Timestamp:
- Dec 15, 2021 8:59:15 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/fs/fatvfs.cpp
r84509 r92914 915 915 uint64_t off = UINT64_MAX; 916 916 uint64_t offEdge = UINT64_MAX; 917 RTSGSEG aSgSegs[8] ;917 RTSGSEG aSgSegs[8] = { 0 }; /* Initialization required for GCC >= 11. */ 918 918 RTSGBUF SgBuf; 919 919 RTSgBufInit(&SgBuf, aSgSegs, RT_ELEMENTS(aSgSegs));
Note:
See TracChangeset
for help on using the changeset viewer.