projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f821ac2
)
* src/sfnt.c (sfnt_mul_f26dot6_fixed): Correct typo in last change.
author
Po Lu
<luangruo@yahoo.com>
Tue, 23 Jan 2024 01:41:41 +0000
(09:41 +0800)
committer
Po Lu
<luangruo@yahoo.com>
Tue, 23 Jan 2024 01:41:41 +0000
(09:41 +0800)
src/sfnt.c
patch
|
blob
|
history
diff --git
a/src/sfnt.c
b/src/sfnt.c
index ce7765e8f3e8e1e55758a20688da962644b4ebdf..36a7fbf3ea033ba1d372681049947f1129f19ff6 100644
(file)
--- a/
src/sfnt.c
+++ b/
src/sfnt.c
@@
-6554,7
+6554,7
@@
sfnt_mul_f2dot14 (sfnt_f2dot14 a, int32_t b)
static sfnt_f26dot6
sfnt_mul_f26dot6_fixed (sfnt_f26dot6 x, sfnt_fixed y)
{
- return sfnt_mul_fixed (x, y);
+ return sfnt_mul_fixed
_round
(x, y);
}
/* Return the floor of the specified 26.6 fixed point value X. */