Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 628188 | Differences between
and this patch

Collapse All | Expand All

(-)a/coders/wmf.c (-2 / +2 lines)
Lines 2719-2726 Link Here
2719
  if(image->exception.severity != UndefinedException)
2719
  if(image->exception.severity != UndefinedException)
2720
    ThrowException2(exception,
2720
    ThrowException2(exception,
2721
                   CoderWarning,
2721
                   CoderWarning,
2722
                   ddata->image->exception.reason,
2722
                   image->exception.reason,
2723
                   ddata->image->exception.description);
2723
                   image->exception.description);
2724
2724
2725
  if(logging)
2725
  if(logging)
2726
    (void) LogMagickEvent(CoderEvent,GetMagickModule(),"leave ReadWMFImage()");
2726
    (void) LogMagickEvent(CoderEvent,GetMagickModule(),"leave ReadWMFImage()");

Return to bug 628188