VirtualBox

Changeset 66449 in vbox


Ignore:
Timestamp:
Apr 5, 2017 6:19:29 PM (8 years ago)
Author:
vboxsync
Message:

bs3kit: build fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/bootsectors/bs3kit/VBoxBs3ObjConverter.cpp

    r66448 r66449  
    45214521     */
    45224522    for (unsigned iName = 1; iName < pOmfStuff->cLNames; iName++)
    4523         if (   pOmfStuff->papchLNames[iName][0] == cchName
     4523        if (   (unsigned char)pOmfStuff->papchLNames[iName][0] == cchName
    45244524            && memcmp(pOmfStuff->papchLNames[iName] + 1, pszName, cchName) == 0)
    45254525        {
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