VirtualBox

Changeset 68921 in vbox for trunk/src/VBox/Runtime/common/fs


Ignore:
Timestamp:
Sep 29, 2017 8:44:14 AM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
118187
Message:

iprt: udf reading updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/fs/isovfs.cpp

    r68920 r68921  
    26992699
    27002700                default:
    2701                     return RTErrInfoSetF(pErrInfo, VERR_ISOFS_UNEXPECTED_VDS_DESC, "Unexpected/unknown VDS descriptor %#x",
    2702                                          offSeq + offInSeq, pThis->cbSector, rc);
     2701                    return RTErrInfoSetF(pErrInfo, VERR_ISOFS_UNEXPECTED_VDS_DESC,
     2702                                         "Unexpected/unknown VDS descriptor %#x at byte offset %#RX64",
     2703                                         pThis->cbSector, offSeq + offInSeq);
    27032704            }
    27042705        }
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette