diff options
author | Jonathan Kew <jfkthame@googlemail.com> | 2008-06-18 08:27:03 +0000 |
---|---|---|
committer | Jonathan Kew <jfkthame@googlemail.com> | 2008-06-18 08:27:03 +0000 |
commit | 2b12869a6eda47de8d80246a0cfe2a45ef04fdeb (patch) | |
tree | 02931f30e4e9839a012cd734556bd197c5638791 /Build | |
parent | 30a75ff3c7097638b85473c817d98cdf73639780 (diff) |
fix typo in prev patch
git-svn-id: svn://tug.org/texlive/trunk@8830 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/texk/dvipdfmx/src/spc_pdfm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/dvipdfmx/src/spc_pdfm.c b/Build/source/texk/dvipdfmx/src/spc_pdfm.c index eb6f49af2a5..889cad2da1b 100644 --- a/Build/source/texk/dvipdfmx/src/spc_pdfm.c +++ b/Build/source/texk/dvipdfmx/src/spc_pdfm.c @@ -577,7 +577,7 @@ spc_handler_pdfm_annot (struct spc_env *spe, struct spc_arg *args) rect.llx = cp.x; rect.lly = cp.y - spe->mag * ti.depth; rect.urx = rect.llx + spe->mag * ti.width; - rect.ury = cp.lly + spe->mag * ti.height; + rect.ury = cp.y + spe->mag * ti.height; } /* Order is important... */ |