VirtualBox

Changeset 67394 in vbox for trunk/src


Ignore:
Timestamp:
Jun 14, 2017 12:23:59 PM (8 years ago)
Author:
vboxsync
Message:

IPRT: More ISO maker code.

File:
1 edited

Legend:

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

    r67391 r67394  
    17531753               && pachField[cchField - 1] == ' ')
    17541754            cchField--;
    1755         int rc = RTStrValidateEncodingEx(pachField, cchField, RTSTR_VALIDATE_ENCODING_EXACT_LENGTH);
     1755        rc = RTStrValidateEncodingEx(pachField, cchField, RTSTR_VALIDATE_ENCODING_EXACT_LENGTH);
    17561756        if (RT_SUCCESS(rc))
    17571757            RTStrPrintf(pszDst, cbDst, "UTF-8: '%.*s'", cchField, pachField);
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