fix big endian code :)

SVN revision: 3391
This commit is contained in:
Carsten Haitzler 2000-09-11 20:01:26 +00:00
parent ee6dba3708
commit cf0833cfcb
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ load (ImlibImage *im, ImlibProgressFunction progress,
#ifdef WORDS_BIGENDIAN
{
int i;
for (i = 0; i < ret.dsize; i++)
for (i = 0; i < 8; i++)
SWAP32(header[i]);
}
#endif