Fix signed/unsigned mismatch.

This commit is contained in:
Kevin Backhouse
2019-05-02 22:24:19 +01:00
committed by Luis Díaz Más
parent caa4e6745a
commit 86816c0280
2 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -93,7 +93,7 @@ namespace Exiv2 {
byte *header, long header_size);
bool equalsWebPTag(Exiv2::DataBuf& buf ,const char* str);
void debugPrintHex(byte *data, long size);
void decodeChunks(uint32_t filesize);
void decodeChunks(long filesize);
void inject_VP8X(BasicIo& iIo, bool has_xmp, bool has_exif,
bool has_alpha, bool has_icc, int width,
int height);