View | Details | Raw Unified | Return to bug 200200 | Differences between
and this patch

Collapse All | Expand All

(-)lib/cximage-6.0/raw/dcraw.c (-1 / +2 lines)
Lines 820-826 struct jhead { Link Here
820
820
821
int CLASS ljpeg_start (struct jhead *jh, int info_only)
821
int CLASS ljpeg_start (struct jhead *jh, int info_only)
822
{
822
{
823
  int c, tag, len;
823
  int c, tag;
824
  ushort len;
824
  uchar data[0x10000], *dp;
825
  uchar data[0x10000], *dp;
825
826
826
  init_decoder();
827
  init_decoder();

Return to bug 200200