You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-misc/muttprint/files/muttprint-0.73-fix-number-o...

13 lines
437 B

diff -Nuar a/muttprint b/muttprint
--- a/muttprint 2016-09-23 10:03:48.870030157 +0200
+++ b/muttprint 2016-09-23 10:08:39.310036004 +0200
@@ -1635,7 +1635,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$!";