diff options
Diffstat (limited to 'third_party/libtiff/tif_thunder.c')
-rw-r--r-- | third_party/libtiff/tif_thunder.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/third_party/libtiff/tif_thunder.c b/third_party/libtiff/tif_thunder.c index 390891c98b..183199de76 100644 --- a/third_party/libtiff/tif_thunder.c +++ b/third_party/libtiff/tif_thunder.c @@ -1,4 +1,4 @@ -/* $Id: tif_thunder.c,v 1.12 2011-04-02 20:54:09 bfriesen Exp $ */ +/* $Id: tif_thunder.c,v 1.13 2016-09-04 21:32:56 erouault Exp $ */ /* * Copyright (c) 1988-1997 Sam Leffler @@ -100,7 +100,8 @@ ThunderDecode(TIFF* tif, uint8* op, tmsize_t maxpixels) while (cc > 0 && npixels < maxpixels) { int n, delta; - n = *bp++, cc--; + n = *bp++; + cc--; switch (n & THUNDER_CODE) { case THUNDER_RUN: /* pixel run */ /* |