diff options
Diffstat (limited to 'graphics/gimageview/files/patch-png_loader.c')
-rw-r--r-- | graphics/gimageview/files/patch-png_loader.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/gimageview/files/patch-png_loader.c b/graphics/gimageview/files/patch-png_loader.c new file mode 100644 index 000000000000..79ad00553117 --- /dev/null +++ b/graphics/gimageview/files/patch-png_loader.c @@ -0,0 +1,11 @@ +--- plugins/image_loader/png_loader.c.orig 2004-05-23 16:08:16.000000000 +0200 ++++ plugins/image_loader/png_loader.c 2012-05-09 12:30:01.000000000 +0200 +@@ -255,7 +255,7 @@ + return NULL; + } + +- if (setjmp (png_ptr->jmpbuf)) goto ERROR; ++ if (setjmp (png_jmpbuf(png_ptr))) goto ERROR; + + context.gio = gio; + context.bytes_read = 0; |