Fixed some code which was ignoring the result of MonochromeBitmapSource calls, which...
authordswitkin <dswitkin@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Thu, 25 Jun 2009 19:46:49 +0000 (19:46 +0000)
committerdswitkin <dswitkin@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Thu, 25 Jun 2009 19:46:49 +0000 (19:46 +0000)
commit26b7d057252b6fb33e16958e7f90036501db10aa
tree67dcfa3b44a4e591798dde66f1f8b65ac7a4eab0
parent0434dcb12676e84713d86918c0b9605b62611627
Fixed some code which was ignoring the result of MonochromeBitmapSource calls, which may work in some cases but isn't legal and failed and in some experiments.

git-svn-id: http://zxing.googlecode.com/svn/trunk@986 59b500cc-1b3d-0410-9834-0bbf25fbcc57
core/src/com/google/zxing/oned/AbstractOneDReader.java
core/src/com/google/zxing/qrcode/detector/AlignmentPatternFinder.java
javase/src/com/google/zxing/client/j2se/CommandLineRunner.java