Ignore:
Timestamp:
Nov 6, 2005, 11:39:38 AM (18 years ago)
Author:
Sam Hocevar
Message:
  • debian patches
File:
1 edited

Legend:

Unmodified
Added
Removed
  • abuse/trunk/src/imlib/lbmread.cpp

    r2 r4  
    3030    else
    3131    {
    32       long offset=12,ssize;   
     32      long ssize;   
    3333      char stype[4];
    3434      short w=0,h=0,x,y,tcolor,pagew,pageh;
    35       char planes,masking,compr,padl,xa,ya;
     35      char planes,masking,compr=0,padl,xa,ya;
    3636     
    3737      while (ftell(fp)+4<size)
     
    6363          if (im) delete im;  // shouldn't be two BODY's butjust in case...
    6464          im=new image(w,h);
    65           int x,y;
     65          int y;
    6666          if (!compr)
    6767          {
Note: See TracChangeset for help on using the changeset viewer.