VirtualBox

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


Ignore:
Timestamp:
Mar 17, 2022 1:52:58 AM (3 years ago)
Author:
vboxsync
Message:

IPRT/isovfs.cpp: Use rock ridge information for locating and listing files on ISO-9660 volumes. [build fix] bugref:9781

File:
1 edited

Legend:

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

    r94280 r94282  
    29042904                    Assert(offDst < sizeof(pParseInfo->szLinkTarget));
    29052905                    pParseInfo->szLinkTarget[offDst] = '\0';
    2906                     pParseInfo->cchLinkTarget        = offDst;
     2906                    pParseInfo->cchLinkTarget        = (uint16_t)offDst;
    29072907                }
    29082908                break;
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