Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 373871
Collapse All | Expand All

(-)dia-0.97.1/plug-ins/libart/export_png.c.orig (-1 / +1 lines)
Lines 178-184 Link Here
178
  }
178
  }
179
179
180
  /* set error handling ... */
180
  /* set error handling ... */
181
  if (setjmp(png->jmpbuf)) {
181
  if (setjmp(png_jmpbuf(png))) {
182
    fclose(fp);
182
    fclose(fp);
183
    png_destroy_write_struct(&png, &info);
183
    png_destroy_write_struct(&png, &info);
184
    message_error(_("Error occurred while writing PNG"));
184
    message_error(_("Error occurred while writing PNG"));

Return to bug 373871