parent
6c63f17749
commit
37121e1574
@ -451,7 +451,7 @@ ReadDirectory(int fd, unsigned int ix, uint64 off)
|
|||||||
{
|
{
|
||||||
datafits = 0;
|
datafits = 0;
|
||||||
datamem = NULL;
|
datamem = NULL;
|
||||||
dataoffset = *(uint64*)dp;
|
memcpy(&dataoffset, dp, sizeof(uint64));
|
||||||
if (swabflag)
|
if (swabflag)
|
||||||
TIFFSwabLong8(&dataoffset);
|
TIFFSwabLong8(&dataoffset);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user