diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/sfnt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sfnt.c b/src/sfnt.c index ce7765e8f3e..36a7fbf3ea0 100644 --- a/src/sfnt.c +++ b/src/sfnt.c | |||
| @@ -6554,7 +6554,7 @@ sfnt_mul_f2dot14 (sfnt_f2dot14 a, int32_t b) | |||
| 6554 | static sfnt_f26dot6 | 6554 | static sfnt_f26dot6 |
| 6555 | sfnt_mul_f26dot6_fixed (sfnt_f26dot6 x, sfnt_fixed y) | 6555 | sfnt_mul_f26dot6_fixed (sfnt_f26dot6 x, sfnt_fixed y) |
| 6556 | { | 6556 | { |
| 6557 | return sfnt_mul_fixed (x, y); | 6557 | return sfnt_mul_fixed_round (x, y); |
| 6558 | } | 6558 | } |
| 6559 | 6559 | ||
| 6560 | /* Return the floor of the specified 26.6 fixed point value X. */ | 6560 | /* Return the floor of the specified 26.6 fixed point value X. */ |