Ticket #56075: muttprintfix.patch

File muttprintfix.patch, 417 bytes (added by lukeodom, 6 years ago)
  • muttprint

    old new  
    16391639        open (AUX, "$auxfile") or fatalError "Could not open $auxfile:\n$!";
    16401640       
    16411641        while (<AUX>) {
    1642                 ($numberOfPages) = /\\newlabel\{LastPage\}\{\{\}\{(\d+)\}\}/;
     1642                ($numberOfPages) = /\\newlabel{LastPage}{{}{(\d+)}}/;
    16431643        }
    16441644       
    16451645        close AUX or fatalError "Could not close $auxfile:\n$!";