Ticket #56075: muttprintfix.patch
File muttprintfix.patch, 417 bytes (added by lukeodom, 7 years ago) |
---|
-
muttprint
old new 1639 1639 open (AUX, "$auxfile") or fatalError "Could not open $auxfile:\n$!"; 1640 1640 1641 1641 while (<AUX>) { 1642 ($numberOfPages) = /\\newlabel \{LastPage\}\{\{\}\{(\d+)\}\}/;1642 ($numberOfPages) = /\\newlabel{LastPage}{{}{(\d+)}}/; 1643 1643 } 1644 1644 1645 1645 close AUX or fatalError "Could not close $auxfile:\n$!";