Changeset 33560 in vbox for trunk/include
- Timestamp:
- Oct 28, 2010 2:25:30 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/uni.h
r31418 r33560 126 126 { 127 127 if (pCur->BeginCP <= CodePoint) 128 CodePoint =pCur->pafFlags[CodePoint - pCur->BeginCP];128 return pCur->pafFlags[CodePoint - pCur->BeginCP]; 129 129 break; 130 130 } 131 131 pCur++; 132 132 } while (pCur->EndCP != RTUNICP_MAX); 133 return CodePoint;133 return 0; 134 134 } 135 135
Note:
See TracChangeset
for help on using the changeset viewer.