diff options
author | Karl Berry <karl@freefriends.org> | 2012-10-18 22:50:05 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-10-18 22:50:05 +0000 |
commit | 3ab72bbc8f60fc642a7dd422ed357c1b5dc0ec23 (patch) | |
tree | a3aa475f0308931e841c720311db21ec9149bd76 /Master/texmf-dist/tex/latex/stringstrings | |
parent | 7a11d5a2a3307053738361b31b2989401be3de37 (diff) |
stringstrings (10oct12)
git-svn-id: svn://tug.org/texlive/trunk@28022 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/stringstrings')
-rw-r--r-- | Master/texmf-dist/tex/latex/stringstrings/stringstrings.sty | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/stringstrings/stringstrings.sty b/Master/texmf-dist/tex/latex/stringstrings/stringstrings.sty index 5e40274e207..dd0e11ad375 100644 --- a/Master/texmf-dist/tex/latex/stringstrings/stringstrings.sty +++ b/Master/texmf-dist/tex/latex/stringstrings/stringstrings.sty @@ -21,7 +21,7 @@ %% same distribution. (The sources need not necessarily be %% in the same archive or directory.) \ProvidesPackage{stringstrings} -[2010/02/23 v1.20 +[2012/10/09 v1.21 Extensive array of string manipulation routines for cosmetic and programming application] \NeedsTeXFormat{LaTeX2e} @@ -801,7 +801,7 @@ \edef\@@@@teststring{#2}% \edef\@matchstring{#3}% \@getstringlength{#2}{@@stringsize}% - \setcounter{@@@stringsize}{\value{@@stringsize}} + \setcounter{@@@stringsize}{\value{@@stringsize}}% \@getstringlength{#3}{@matchsize}% \setcounter{@matchmax}{\the@@stringsize}% \addtocounter{@matchmax}{-\the@matchsize}% |