mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-13 05:30:50 +00:00
Closes: https://bugs.gentoo.org/677206 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
11 lines
330 B
Diff
11 lines
330 B
Diff
--- 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$!";
|