From: handa Date: Fri, 7 Jul 2006 03:44:42 +0000 (+0000) Subject: (DEVICE_DELTA): Fix typo. X-Git-Tag: REL-1-3-4~136 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab3131ea8c1c9f7c52718a9f656eb05dfbae0e06;p=m17n%2Fm17n-lib.git (DEVICE_DELTA): Fix typo. --- diff --git a/src/font-ft.c b/src/font-ft.c index 82d9850..d3fe45d 100644 --- a/src/font-ft.c +++ b/src/font-ft.c @@ -2231,7 +2231,7 @@ mfont__ft_unparse_name (MFont *font) #define DEVICE_DELTA(table, size) \ (((size) >= (table).StartSize && (size) <= (table).EndSize) \ - ? (table).DeltaValue[(size) >= (table).StartSize] \ + ? (table).DeltaValue[(size) - (table).StartSize] \ : 0) void