From: Vivien Nicolas <21@vingtetun.org> Date: Mon, 29 Aug 2011 23:03:39 +0000 (+0200) Subject: Fix a little typo X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=6a7b37ab68e6612cbda567aaef790cf9d0c75b59;p=pdf.js.git Fix a little typo --- diff --git a/fonts.js b/fonts.js index a51786c..94aee84 100755 --- a/fonts.js +++ b/fonts.js @@ -1703,7 +1703,7 @@ var Type1Parser = function() { var index = parseInt(getToken()); var glyph = getToken(); - if (!properties.differences[j]) { + if (!properties.encoding[index]) { var code = GlyphsUnicode[glyph]; properties.glyphs[glyph] = properties.encoding[index] = code; }