diff options
author | Siep Kroonenberg <siepo@cybercomm.nl> | 2010-05-09 12:00:02 +0000 |
---|---|---|
committer | Siep Kroonenberg <siepo@cybercomm.nl> | 2010-05-09 12:00:02 +0000 |
commit | c00184803f377a9d6fc5b9300d8052eb3063a119 (patch) | |
tree | 84a6c49a9953f137c0094caf16274f7b68152031 /Master | |
parent | 63fc51281e919caf7637221f672787f25a8ab9d5 (diff) |
Fixed test for i_hrbb at l. 753
git-svn-id: svn://tug.org/texlive/trunk@18165 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rwxr-xr-x | Master/texmf-dist/scripts/epspdf/epspdf.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/scripts/epspdf/epspdf.rb b/Master/texmf-dist/scripts/epspdf/epspdf.rb index ccb3effb33f..d10e55fb5e0 100755 --- a/Master/texmf-dist/scripts/epspdf/epspdf.rb +++ b/Master/texmf-dist/scripts/epspdf/epspdf.rb @@ -750,7 +750,7 @@ class PsPdf else pre_lines[i_hrbb].sub!( HRBB_PAT, @hrbb.hrcomment ) end - elsif i_hrbb # invalid hires bb + elsif i_hrbb >= 0 # invalid hires bb # erase invalid hr boundingbox comments if atend pre_lines[i_hrbb].sub!( HRBB_END, '%%' ) |