[SCM] Multi-format 1D/2D barcode image processing library branch, upstream, updated. 24d4480bc48cf9eabf7b2bd2f528248b0e458809

srowen srowen at 59b500cc-1b3d-0410-9834-0bbf25fbcc57
Wed Aug 4 01:31:18 UTC 2010


The following commit has been merged in the upstream branch:
commit 68c2f8274d851555764d75c9b49253cfebebbdf0
Author: srowen <srowen at 59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Date:   Sun May 2 16:41:55 2010 +0000

    Typo fix, thanks Ken
    
    git-svn-id: http://zxing.googlecode.com/svn/trunk@1328 59b500cc-1b3d-0410-9834-0bbf25fbcc57

diff --git a/core/src/com/google/zxing/qrcode/encoder/MatrixUtil.java b/core/src/com/google/zxing/qrcode/encoder/MatrixUtil.java
index 542159e..76bdb18 100644
--- a/core/src/com/google/zxing/qrcode/encoder/MatrixUtil.java
+++ b/core/src/com/google/zxing/qrcode/encoder/MatrixUtil.java
@@ -290,7 +290,7 @@ public final class MatrixUtil {
   // Example: Calculation of version information of 7.
   // f(x) is created from 7.
   //   - 7 = 000111 in 6 bits
-  //   - f(x) = x^2 + x^2 + x^1
+  //   - f(x) = x^2 + x^1 + x^0
   // g(x) is given by the standard (p. 67)
   //   - g(x) = x^12 + x^11 + x^10 + x^9 + x^8 + x^5 + x^2 + 1
   // Multiply f(x) by x^(18 - 6)

-- 
Multi-format 1D/2D barcode image processing library



More information about the Pkg-google-commits mailing list