Fix warning on VS2008

v0.27.3
Luis Díaz Más 7 years ago
parent 085d8a309a
commit dba48ac3d9

@ -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

Loading…
Cancel
Save