From dba48ac3d9454096e7afaa653cb510490c4fb8d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20D=C3=ADaz=20M=C3=A1s?= Date: Tue, 11 Sep 2018 18:42:30 +0200 Subject: [PATCH] Fix warning on VS2008 --- src/bigtiffimage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bigtiffimage.cpp b/src/bigtiffimage.cpp index 500fb97f..d80e2c51 100644 --- a/src/bigtiffimage.cpp +++ b/src/bigtiffimage.cpp @@ -362,7 +362,7 @@ namespace Exiv2 { size_t restore = io.tell(); // save - uint32_t jump= 10 ; + long jump= 10 ; byte bytes[20] ; const char* chars = (const char*) &bytes[0] ; io.seek(dir_offset, BasicIo::beg); // position