diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/stringstrings/stringstrings.sty')
-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 |