Subversion Repositories wimsdev

Rev

Rev 3811 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3811 Rev 3814
Line 118... Line 118...
118
      TheEnd1((char*)charBuff);
118
      TheEnd1((char*)charBuff);
119
    }
119
    }
120
  }
120
  }
121
 
121
 
122
skipRest:
122
skipRest:
123
  if (debugFlag) fprintf(stderr, "Ending GifDecode, written: %ld=%d\n",
123
  if (debugFlag) fprintf(stderr, "Ending GifDecode, written: %d=%d\n",
124
          interlaced && (pix-picture == 0) ? imgsize : pix - picture, imgsize);
124
          interlaced && (pix-picture == 0) ? imgsize : (int)(pix - picture), imgsize);
125
  return ;
125
  return ;
126
}
126
}
127
 
127
 
128
UBYTE *GifSendData(UBYTE *pix, int bytes, UBYTE source[])
128
UBYTE *GifSendData(UBYTE *pix, int bytes, UBYTE source[])
129
 
129