diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/qrcode/qrcode.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/qrcode/qrcode.dtx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Master/texmf-dist/source/latex/qrcode/qrcode.dtx b/Master/texmf-dist/source/latex/qrcode/qrcode.dtx index 3f4c18f47cb..02cf53ad0c2 100644 --- a/Master/texmf-dist/source/latex/qrcode/qrcode.dtx +++ b/Master/texmf-dist/source/latex/qrcode/qrcode.dtx @@ -27,7 +27,7 @@ %<package>\NeedsTeXFormat{LaTeX2e}[1999/12/01] %<package>\ProvidesPackage{qrcode} %<*package> - [2015/01/08 v1.5 QR code generation] + [2015/01/08 v1.51 QR code generation] %</package> % %<*driver> @@ -67,6 +67,7 @@ % % \changes{v1.0}{2014/09/26}{Initial version} % \changes{v1.5}{2015/01/08}{Added support for new lines and hyperlinks.} +% \changes{v1.51}{2015/01/14}{Bug fix.} % % \GetFileInfo{qrcode.sty} % @@ -1232,7 +1233,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}% |