File: 20_fix_brackets.diff

package info (click to toggle)
muttprint 0.73-14
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,744 kB
  • sloc: perl: 2,931; makefile: 311; ansic: 121
file content (12 lines) | stat: -rwxr-xr-x 612 bytes parent folder | download | duplicates (5)
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$!";