mirror of
https://github.com/serratus/quaggaJS.git
synced 2026-08-12 21:21:42 +08:00
Fixes Code 39 decoding where parts of the results are skipped. Relates to #41
This commit is contained in:
@@ -116,6 +116,7 @@ Code39Reader.prototype._patternToChar = function(pattern) {
|
||||
return String.fromCharCode(self.ALPHABET[i]);
|
||||
}
|
||||
}
|
||||
return -1;
|
||||
};
|
||||
|
||||
Code39Reader.prototype._findNextWidth = function(counters, current) {
|
||||
|
||||
Reference in New Issue
Block a user