mirror of
https://github.com/serratus/quaggaJS.git
synced 2026-08-12 21:21:42 +08:00
Fixed EAN-8 Decoding Error
This commit is contained in:
+1
-1
@@ -20,7 +20,7 @@ define(
|
||||
self = this;
|
||||
|
||||
for ( i = 0; i < 4; i++) {
|
||||
code = self._decodeCode(code.end);
|
||||
code = self._decodeCode(code.end, self.CODE_G_START);
|
||||
result.push(code.code);
|
||||
decodedCodes.push(code);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user