X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=cpp%2Fcore%2Fsrc%2Fqrcode%2Fdecoder%2FVersion.cpp;h=39bbf7cdbfbe194336b920fae75692f8d8f9ccd9;hb=d5d1e96fd3936324b31fe645acc4ce65956ec2e1;hp=6d265f70ce754810206e1719c8f5df295c6976ba;hpb=ab37b6f0a5583e2fac669da418d055cb59567fbd;p=zxing.git diff --git a/cpp/core/src/qrcode/decoder/Version.cpp b/cpp/core/src/qrcode/decoder/Version.cpp index 6d265f70..39bbf7cd 100644 --- a/cpp/core/src/qrcode/decoder/Version.cpp +++ b/cpp/core/src/qrcode/decoder/Version.cpp @@ -3,7 +3,7 @@ * zxing * * Created by Christian Brunschen on 14/05/2008. - * Copyright 2008 Google Inc. All rights reserved. + * Copyright 2008 ZXing authors All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -166,8 +166,10 @@ namespace qrcode { functionPattern->setRegion(dimension - 11, 0, 3, 6); } +#ifdef DEBUG cout << "version " << versionNumber_ << " built function pattern:\n"; cout << *functionPattern; +#endif return functionPattern; }