diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-12-13 21:25:24 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2019-05-24 01:40:13 +0200 |
commit | 24fd1fe6c62b7a9fc347794fde043285da272f5c (patch) | |
tree | 65557bf1d241ca389b619dbd24d18d51932ee030 /pkgs/muttprint/regex.patch | |
download | NUR-24fd1fe6c62b7a9fc347794fde043285da272f5c.tar.gz NUR-24fd1fe6c62b7a9fc347794fde043285da272f5c.tar.zst NUR-24fd1fe6c62b7a9fc347794fde043285da272f5c.zip |
Initial commit published for NUR
Diffstat (limited to 'pkgs/muttprint/regex.patch')
-rw-r--r-- | pkgs/muttprint/regex.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/pkgs/muttprint/regex.patch b/pkgs/muttprint/regex.patch new file mode 100644 index 00000000..e99c4a2c --- /dev/null +++ b/pkgs/muttprint/regex.patch | |||
@@ -0,0 +1,11 @@ | |||
1 | --- a/muttprint 2015-07-21 11:18:04.219578426 +1200 | ||
2 | +++ b/muttprint 2015-07-21 11:18:53.906243779 +1200 | ||
3 | @@ -1635,7 +1635,7 @@ | ||
4 | open (AUX, "$auxfile") or fatalError "Could not open $auxfile:\n$!"; | ||
5 | |||
6 | while (<AUX>) { | ||
7 | - ($numberOfPages) = /\\newlabel{LastPage}{{}{(\d+)}}/; | ||
8 | + ($numberOfPages) = /\\newlabel\{LastPage}\{\{}\{(\d+)}}/; | ||
9 | } | ||
10 | |||
11 | close AUX or fatalError "Could not close $auxfile:\n$!"; | ||