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

(-)src/spuunmux.c.orig (-1 / +2 lines)
Lines 38-43 Link Here
38
#include <netinet/in.h>
38
#include <netinet/in.h>
39
39
40
#include <png.h>
40
#include <png.h>
41
#include <zlib.h>
41
42
42
#include "rgb.h"
43
#include "rgb.h"
43
#include "common.h"
44
#include "common.h"
Lines 483-489 static int write_png(char *file_name,str Link Here
483
    return -1;
484
    return -1;
484
    }
485
    }
485
486
486
    if (setjmp(png_ptr->jmpbuf)) {
487
    if (setjmp(png_jmpbuf(png_ptr))) {
487
    png_destroy_write_struct(&png_ptr, &info_ptr);
488
    png_destroy_write_struct(&png_ptr, &info_ptr);
488
    fclose(fp);
489
    fclose(fp);
489
    return -1;
490
    return -1;

Return to bug 355039