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

(-)src/screenshot.cpp.orig (-1 / +1 lines)
Lines 159-165 Screenshot::save_png(const std::string& Link Here
159
      return;
159
      return;
160
    }
160
    }
161
161
162
  if (setjmp(png_ptr->jmpbuf))
162
  if (setjmp(png_jmpbuf(png_ptr)))
163
    {
163
    {
164
      // If we get here, we had a problem reading the file
164
      // If we get here, we had a problem reading the file
165
      fclose(fp);
165
      fclose(fp);

Return to bug 355065