diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2014-08-24 13:26:43 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-08-30 14:21:27 +0700 |
commit | 168defcd3925bcb8e451eeaef3d0f4851db2c2ed (patch) | |
tree | 1819207d5b4e0e449edaffee360a382731062d2d /office/texlive/patches/texcount-scalar-fixup.diff | |
parent | 7800a4e6fd948acdd35d3f55e583f9e6f93f4834 (diff) |
office/texlive: Updated for version 20140525.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'office/texlive/patches/texcount-scalar-fixup.diff')
-rw-r--r-- | office/texlive/patches/texcount-scalar-fixup.diff | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/office/texlive/patches/texcount-scalar-fixup.diff b/office/texlive/patches/texcount-scalar-fixup.diff deleted file mode 100644 index bdd166b81a..0000000000 --- a/office/texlive/patches/texcount-scalar-fixup.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- share/texmf-dist/scripts/texcount/texcount.pl.orig 2013-11-11 18:16:18.388313783 +0000 -+++ share/texmf-dist/scripts/texcount/texcount.pl 2013-11-11 18:16:32.407314117 +0000 -@@ -2218,7 +2218,7 @@ - } - $template=~s/\{VER\}/$versionnumber/gi; - # TODO: Should base warnings and errors on TeXcode or Main object -- $template=__process_template($template,"W|WARN|WARNING|WARNINGS",length(%warnings)); -+ $template=__process_template($template,"W|WARN|WARNING|WARNINGS",scalar(keys %warnings)); - $template=__process_template($template,"E|ERR|ERROR|ERRORS",$errorcount); - $template=__process_template($template,"S|SUM",get_sum_count($count)); - $template=__process_template($template,"T|TITLE",$count->{'title'}||""); |