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

Collapse All | Expand All

(-)src/spuunmux.c.orig (-1 / +2 lines)
Lines 39-44 Link Here
39
#include <netinet/in.h>
39
#include <netinet/in.h>
40
40
41
#include <png.h>
41
#include <png.h>
42
#include <zlib.h>
42
43
43
#include "rgb.h"
44
#include "rgb.h"
44
#include "common.h"
45
#include "common.h"
Lines 610-616 Link Here
610
        png_destroy_write_struct(&png_ptr, (png_infopp)NULL);
611
        png_destroy_write_struct(&png_ptr, (png_infopp)NULL);
611
        return -1;
612
        return -1;
612
      } /*if*/
613
      } /*if*/
613
    if (setjmp(png_ptr->jmpbuf))
614
    if (setjmp(png_jmpbuf(png_ptr)))
614
      {
615
      {
615
        png_destroy_write_struct(&png_ptr, &info_ptr);
616
        png_destroy_write_struct(&png_ptr, &info_ptr);
616
        fclose(fp);
617
        fclose(fp);

Return to bug 308899