/[packages]/cauldron/zvbi/current/SOURCES/zvbi-0.2.33-libpng15.patch
ViewVC logotype

Contents of /cauldron/zvbi/current/SOURCES/zvbi-0.2.33-libpng15.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 389214 - (show annotations) (download)
Thu Jan 17 21:30:27 2013 UTC (11 years, 3 months ago) by pterjan
File size: 543 byte(s)
oops
1 Index: src/exp-gfx.c
2 ===================================================================
3 RCS file: /cvsroot/zapping/vbi/src/exp-gfx.c,v
4 retrieving revision 1.16
5 diff -u -B -r1.16 exp-gfx.c
6 --- src/exp-gfx.c 24 Feb 2008 14:17:47 -0000 1.16
7 +++ src/exp-gfx.c 15 Feb 2011 20:03:58 -0000
8 @@ -1672,11 +1672,11 @@
9 char title[80];
10 unsigned int i;
11
12 - if (setjmp (png_ptr->jmpbuf))
13 + if (setjmp (png_jmpbuf(png_ptr)))
14 return FALSE;
15
16 png_set_write_fn (png_ptr,
17 - (voidp) gfx,
18 + (png_voidp) gfx,
19 write_data,
20 flush_data);
21

  ViewVC Help
Powered by ViewVC 1.1.30