VirtualBox

Changeset 33560 in vbox for trunk/include


Ignore:
Timestamp:
Oct 28, 2010 2:25:30 PM (14 years ago)
Author:
vboxsync
Message:

iprt/uni.h: fixed typos preventing the flag lookups from linking and working correctly.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/uni.h

    r31418 r33560  
    126126        {
    127127            if (pCur->BeginCP <= CodePoint)
    128                 CodePoint = pCur->pafFlags[CodePoint - pCur->BeginCP];
     128                return pCur->pafFlags[CodePoint - pCur->BeginCP];
    129129            break;
    130130        }
    131131        pCur++;
    132132    } while (pCur->EndCP != RTUNICP_MAX);
    133     return CodePoint;
     133    return 0;
    134134}
    135135
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