how the HELL did that 8 get there and things still compile?

SVN revision: 4145
This commit is contained in:
Carsten Haitzler 2001-01-23 23:52:09 +00:00
parent fa3a7dafa1
commit 71479dd189
1 changed files with 1 additions and 1 deletions

View File

@ -227,7 +227,7 @@ load (ImlibImage *im, ImlibProgressFunction progress,
{
int x;
memcpy(ptr, body, im->w * im->h 8 sizeof(DATA32));
memcpy(ptr, body, im->w * im->h * sizeof(DATA32));
for (x = 0; x < (im->w * im->h); x++)
SWAP32(ptr[x]);
}