diff options
author | Karl Berry <karl@freefriends.org> | 2015-01-15 23:24:49 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-01-15 23:24:49 +0000 |
commit | a6e6dc278da0fc19c8ea0a4202b4369091dbf521 (patch) | |
tree | 9c1eb6635a7335d3d704008a3c42a1ad04bd958a /Master/texmf-dist/tex/latex/qrcode | |
parent | 33d20943d6d396a186034efe2038ea460afd1a90 (diff) |
qrcode (15jan15)
git-svn-id: svn://tug.org/texlive/trunk@36065 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/qrcode')
-rw-r--r-- | Master/texmf-dist/tex/latex/qrcode/qrcode.sty | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/qrcode/qrcode.sty b/Master/texmf-dist/tex/latex/qrcode/qrcode.sty index 7caa94bec7e..6330464015e 100644 --- a/Master/texmf-dist/tex/latex/qrcode/qrcode.sty +++ b/Master/texmf-dist/tex/latex/qrcode/qrcode.sty @@ -20,7 +20,7 @@ %% \NeedsTeXFormat{LaTeX2e}[1999/12/01] \ProvidesPackage{qrcode} - [2015/01/08 v1.5 QR code generation] + [2015/01/08 v1.51 QR code generation] %%PACKAGE LOADING \RequirePackage{xcolor}% \RequirePackage{xkeyval}% @@ -808,7 +808,7 @@ \ifx\qr@testii\qr@relax% % #2 is \relax, so there is nothing more to write. \relax - \let\go=\relax + \let\qr@next=\relax \else % #2 is not \relax, so there is another byte to write. \qr@hextobinary[8]{\bytetowrite}{#2#3}% |