ICU-3303 add missing return to error case in getGlyphs().
X-SVN-Rev: 13308
This commit is contained in:
parent
da881aa769
commit
c352190d78
@ -178,6 +178,7 @@ void LayoutEngine::getGlyphs(LEGlyphID glyphs[], LEErrorCode &success) const
|
||||
|
||||
if (fGlyphs == NULL) {
|
||||
success = LE_NO_LAYOUT_ERROR;
|
||||
return;
|
||||
}
|
||||
|
||||
LE_ARRAY_COPY(glyphs, fGlyphs, fGlyphCount);
|
||||
|
Loading…
Reference in New Issue
Block a user