1 2 3 4 5 6 7 8 9 10 11 12
|
diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' muttprint-0.73~/muttprint muttprint-0.73/muttprint
--- muttprint-0.73~/muttprint 2016-06-20 07:44:01.000000000 +0200
+++ muttprint-0.73/muttprint 2016-06-20 07:44:30.357365100 +0200
@@ -1633,7 +1633,7 @@
open (AUX, "$auxfile") or fatalError "Could not open $auxfile:\n$!";
while (<AUX>) {
- ($numberOfPages) = /\\newlabel{LastPage}{{}{(\d+)}}/;
+ ($numberOfPages) = /\\newlabel\{LastPage}\{\{}\{(\d+)}}/;
}
close AUX or fatalError "Could not close $auxfile:\n$!";
|