mirror of
https://github.com/zxing/zxing.git
synced 2024-11-10 04:54:04 -08:00
fix signed/unsigned diff from java from the last patch
git-svn-id: https://zxing.googlecode.com/svn/trunk@2055 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
parent
46cd54ab64
commit
5e3fdcb31e
|
@ -429,7 +429,7 @@ namespace zxing {
|
|||
nextStart++;
|
||||
}
|
||||
if (!row->isRange(nextStart,
|
||||
std::min(row->getSize(), nextStart + (nextStart - lastStart) / 2),
|
||||
std::min(width, nextStart + (nextStart - lastStart) / 2),
|
||||
false)) {
|
||||
throw ReaderException("");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue