From: handa Date: Mon, 26 Jul 2004 00:47:57 +0000 (+0000) Subject: (read_value_record): Fix typo. X-Git-Tag: REL-0-9-1~35 X-Git-Url: http://git.chise.org/gitweb/?p=m17n%2Flibotf.git;a=commitdiff_plain;h=6daa34931a81833f4325d436608b6b85f0f1703a (read_value_record): Fix typo. --- diff --git a/src/otfopen.c b/src/otfopen.c index 7b6288b..0fce174 100644 --- a/src/otfopen.c +++ b/src/otfopen.c @@ -1967,7 +1967,7 @@ read_value_record (OTF *otf, OTF_Stream *stream, long offset, if (bit & OTF_XPlacement) READ_INT16 (stream, value_record->XPlacement); - if (bit & OTF_XPlacement) + if (bit & OTF_YPlacement) READ_INT16 (stream, value_record->YPlacement); if (bit & OTF_XAdvance) READ_INT16 (stream, value_record->XAdvance);