Merge remote branch 'gal'

This commit is contained in:
Chris Jones 2011-06-24 20:24:25 -07:00
commit 3c72311a36

2
pdf.js
View File

@ -708,7 +708,7 @@ var PredictorStream = (function() {
var rawBytes = this.stream.getBytes(rowBytes);
var bufferLength = this.bufferLength;
var buffer = this.ensureBuffer(bufferLength + pixBytes);
var buffer = this.ensureBuffer(bufferLength + rowBytes);
var currentRow = buffer.subarray(bufferLength, bufferLength + rowBytes);
var prevRow = buffer.subarray(bufferLength - rowBytes, bufferLength);