diff options
author | Karl Berry <karl@freefriends.org> | 2013-04-24 23:02:51 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-04-24 23:02:51 +0000 |
commit | 8dd5331b1c2612522ed62e8557f498650c1114e7 (patch) | |
tree | 4f7b1822bac64378137d292e2b7e19908dec7e6d /Master/texmf-dist/tex/latex/stringstrings | |
parent | e2b7b3abd4191498d943069ef9720e68eeb2be72 (diff) |
stringstrings (24apr13)
git-svn-id: svn://tug.org/texlive/trunk@30093 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 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/stringstrings/stringstrings.sty b/Master/texmf-dist/tex/latex/stringstrings/stringstrings.sty index dd0e11ad375..00dc8f8d251 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} -[2012/10/09 v1.21 +[2013/04/24 v1.22 Extensive array of string manipulation routines for cosmetic and programming application] \NeedsTeXFormat{LaTeX2e} @@ -890,7 +890,7 @@ \?} \newcommand\getargs[2][q]{\+% - \if v#1\def\@mode{q}\else\def\@mode{#1}\fi + \if v#1\def\@mode{q}\else\def\@mode{#1}\fi% \edef\@argv{#2}% \@getstringlength{\@argv}{@stringsize}% \setcounter{@iargc}{0}% @@ -901,7 +901,7 @@ \removeword[e]{\@argv}% \edef\@argv{\thestring}% \@getstringlength{\@argv}{@stringsize}% - } + }% \edef\narg{\arabic{@iargc}}% \?} |