diff options
Diffstat (limited to 'x11/XFree86-4-libraries/files/patch-ttcalc.c')
-rw-r--r-- | x11/XFree86-4-libraries/files/patch-ttcalc.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11/XFree86-4-libraries/files/patch-ttcalc.c b/x11/XFree86-4-libraries/files/patch-ttcalc.c new file mode 100644 index 000000000000..adac5b6be2cb --- /dev/null +++ b/x11/XFree86-4-libraries/files/patch-ttcalc.c @@ -0,0 +1,11 @@ +--- extras/FreeType/lib/ttcalc.c.orig Wed Jan 15 17:48:58 2003 ++++ extras/FreeType/lib/ttcalc.c Wed Jan 15 17:49:03 2003 +@@ -84,7 +84,7 @@ + + while ( z ) + { +- z = (unsigned INT64)z >> 1; ++ z = (CARD64)z >> 1; + j++; + } + return j - 1; |