diff options
Diffstat (limited to 'graphics/xpdf/files/patch-ab')
-rw-r--r-- | graphics/xpdf/files/patch-ab | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/graphics/xpdf/files/patch-ab b/graphics/xpdf/files/patch-ab deleted file mode 100644 index 57668053bf5a..000000000000 --- a/graphics/xpdf/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- xpdf/XOutputDev.cc.orig Wed Jul 1 22:54:59 1998 -+++ xpdf/XOutputDev.cc Wed Jul 1 22:56:09 1998 -@@ -275,7 +275,7 @@ - // rendering the font. This code tries to guess by looking at the - // width of the character 'm' (which breaks if the font is a - // subset that doesn't contain 'm'). -- if (w1 > 1.1 * w2 || w1 < 0.9 * w2) { -+ if (w1 > 0 && (w1 > 1.1 * w2 || w1 < 0.9 * w2)) { - w1 /= w2; - mat11 *= w1; - mat12 *= w1; |