diff options
author | Karl Berry <karl@freefriends.org> | 2008-07-31 00:32:00 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-07-31 00:32:00 +0000 |
commit | be371ff8aedc081ba88a978a51bfd97311b3872d (patch) | |
tree | 198e5d64fe7d4417acc34bb5908b86fa156f0159 /Master/texmf-dist/tex/latex | |
parent | 315c5e50e2cffe2fc472646a45ae012fe7c0e174 (diff) |
stringstrings update (30jul08)
git-svn-id: svn://tug.org/texlive/trunk@9916 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-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 f4c09556f4a..dadc7b91d33 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} -[2008/04/07 v1.01 +[2008/07/30 v1.02 Extensive array of string manipulation routines for cosmetic and programming application] \NeedsTeXFormat{LaTeX2e} @@ -544,11 +544,11 @@ \newcommand\convertchar[4][v]{% \+% - \edef\encodedstring{#2} + \edef\encodedstring{#2}% \edef\encodedfromarg{#3}% \edef\encodedtoarg{#4}% \?% - \isnextbyte[q]{\EscapeChar}{\encodedfromarg} + \isnextbyte[q]{\EscapeChar}{\encodedfromarg}% \if F\theresult% \@convertbytetostring[#1]{\encodedstring}{#3}{\encodedtoarg}% \else |