View | Details | Raw Unified | Return to bug 17996
Collapse All | Expand All

(-)imlib-1.9.15.orig/Imlib/load.c (-1 / +1 lines)
Lines 594-600 _LoadBMP(ImlibData * id, FILE *file, int Link Here
594
                      linesize, linepos, rshift, gshift, bshift, size;
594
                      linesize, linepos, rshift, gshift, bshift, size;
595
  unsigned char       byte;
595
  unsigned char       byte;
596
  short int           word;
596
  short int           word;
597
  long int            dbuf[4], dword, rmask, gmask, bmask, offset;
597
  int                 dbuf[4], dword, rmask, gmask, bmask, offset;
598
  signed char         bbuf[4];
598
  signed char         bbuf[4];
599
  struct _cmap
599
  struct _cmap
600
    {
600
    {

Return to bug 17996