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

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- src/608_spupng.cpp.orig     2014-03-19 10:32:47.578960867 -0600
0
++ src/608_spupng.cpp  2014-03-19 10:33:00.692179157 -0600
Lines 490-496 Link Here
490
{
490
{
491
    unsigned int i;
491
    unsigned int i;
492
492
493
    if (setjmp (png_ptr->jmpbuf))
493
    if (setjmp(png_jmpbuf(png_ptr)))
494
            return 0;
494
            return 0;
495
495
496
    png_init_io (png_ptr, fppng);
496
    png_init_io (png_ptr, fppng);

Return to bug 504978