diff options
-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, '%%' ) |