ooops - big eng9ian bug! :)

SVN revision: 2106
This commit is contained in:
Carsten Haitzler 2000-02-19 20:10:36 +00:00
parent b50a225fcf
commit 91b5d536f5
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ save (ImlibImage *im,
int y, pl = 0, alpha = 0;
char pper = 0;
#ifdef WORDS_BIGENDIAN
DATA32 *buf = NULL;
DATA32 *buf = (DATA32 *) malloc(im->w * 4);
#endif
/* no image data? abort */