12 lines
368 B
Diff
12 lines
368 B
Diff
--- a/tools/tiffcrop.c
|
|
+++ b/tools/tiffcrop.c
|
|
@@ -3698,7 +3698,7 @@ static int readContigStripsIntoBuffer (TIFF* in, uint8* buf)
|
|
(unsigned long) strip, (unsigned long)rows);
|
|
return 0;
|
|
}
|
|
- bufp += bytes_read;
|
|
+ bufp += stripsize;
|
|
}
|
|
|
|
return 1;
|