diff --git a/src/imageformats/rle_p.h b/src/imageformats/rle_p.h index 71d6b2c..202636e 100644 --- a/src/imageformats/rle_p.h +++ b/src/imageformats/rle_p.h @@ -75,7 +75,7 @@ template static inline bool decodeRLEData(RLEVariant variant, QDataStream &stream, Item *dest, - quint16 length, + quint32 length, Func1 readData, Func2 updateItem) {