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...

12 lines
330 B

--- a/muttprint
+++ b/muttprint
@@ -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$!";