diff options
Diffstat (limited to 'Build/source/texk/makejvf/tfmread.c')
-rw-r--r-- | Build/source/texk/makejvf/tfmread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/makejvf/tfmread.c b/Build/source/texk/makejvf/tfmread.c index 7b0dac0d407..dd77a91b082 100644 --- a/Build/source/texk/makejvf/tfmread.c +++ b/Build/source/texk/makejvf/tfmread.c @@ -26,7 +26,7 @@ int jfmread(int kcode) w = width[w_ind]; rightamount = 0; - if (w != zw && ctype > 0) { + if (enhanced && w != zw && ctype > 0) { /* get natural length of JFM glue between <type0> and <type of kcode> */ tag = char_info[0*4+2] % 4; if (tag == 1) { |