Changeset 72584 in vbox for trunk/src/VBox/Runtime/common
- Timestamp:
- Jun 17, 2018 3:28:08 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/fs/fatvfs.cpp
r69977 r72584 5640 5640 { 5641 5641 if (Buf.BootSector.uSignature != 0) 5642 return RTErrInfoSetF(pErrInfo, rc, "No DOS bootsector signature: %#06x", Buf.BootSector.uSignature);5642 return RTErrInfoSetF(pErrInfo, VERR_VFS_UNKNOWN_FORMAT, "No DOS bootsector signature: %#06x", Buf.BootSector.uSignature); 5643 5643 rc = rtFsFatVolTryInitDos1x(pThis, &Buf.BootSector, &Buf.ab[512], pErrInfo); 5644 5644 }
Note:
See TracChangeset
for help on using the changeset viewer.