VirtualBox

Changeset 69049 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Oct 11, 2017 4:36:18 PM (7 years ago)
Author:
vboxsync
Message:

IPRT: UDF read support is mostly done.

File:
1 edited

Legend:

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

    r69048 r69049  
    27022702    {
    27032703        RTUNICP uc;
    2704         int rc = RTStrGetCpEx(&pszSrc, &uc);
    2705         AssertRCReturn(rc, rc);
     2704        int rc2 = RTStrGetCpEx(&pszSrc, &uc);
     2705        AssertRCReturn(rc2, rc2);
    27062706        if (uc <= 0x7f)
    27072707        {
Note: See TracChangeset for help on using the changeset viewer.

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