X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/57a6839dcb3bba09e8228b822b290604668416fe..ef6cf650f4a75c3f97de06b51fa104f2069b9ea2:/icuSources/layout/ContextualGlyphSubstProc2.cpp?ds=sidebyside diff --git a/icuSources/layout/ContextualGlyphSubstProc2.cpp b/icuSources/layout/ContextualGlyphSubstProc2.cpp index ba7bd36f..5aea8ec9 100644 --- a/icuSources/layout/ContextualGlyphSubstProc2.cpp +++ b/icuSources/layout/ContextualGlyphSubstProc2.cpp @@ -1,6 +1,6 @@ /* * - * (C) Copyright IBM Corp. and others 1998-2013 - All Rights Reserved + * (C) Copyright IBM Corp. and others 1998-2016 - All Rights Reserved * */ @@ -77,7 +77,7 @@ TTGlyphID ContextualGlyphSubstitutionProcessor2::lookup(le_uint32 offset, LEGlyp { TTGlyphID newGlyph = 0xFFFF; if(LE_FAILURE(success)) return newGlyph; - LEReferenceTo lookupTable(perGlyphTable, success, offset); + LEReferenceTo lookupTable(perGlyphTable, success, offset); if(LE_FAILURE(success)) return newGlyph; le_int16 format = SWAPW(lookupTable->format);