VirtualBox

Ignore:
Timestamp:
Nov 29, 2010 1:45:37 PM (14 years ago)
Author:
vboxsync
Message:

IPRT: Added a RTManifest tool for testing the new manifest code. Moved the tools out of testcase/ and into tools/.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/checksum/manifest2.cpp

    r34450 r34464  
    713713        int rc = RTVfsIoStrmRead(hVfsIos, &ch, 1, true /*fBLocking*/, NULL);
    714714        if (RT_FAILURE(rc))
    715             return rc == VERR_EOF ? VINF_EOF : rc;
     715            return rc;
    716716
    717717        /* \r\n */
     
    894894                    fType = s_aHexAttrs[i].fType;
    895895                    for (unsigned off = 0; off < s_aHexAttrs[i].cchHex; off++)
    896                         if (!RT_C_IS_XDIGIT(pszAttr[off]))
     896                        if (!RT_C_IS_XDIGIT(pszValue[off]))
    897897                        {
    898898                            RTStrPrintf(pszErr, cbErr, "Expected hex digit at %zu on line %u (value '%s', pos %u)",
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