patch-tools_mkdfiff_c 483 B

1234567891011
  1. --- DirectFB-1.4.11.orig/tools/mkdfiff.c 2010-10-31 09:49:49.000000000 +0100
  2. +++ DirectFB-1.4.11/tools/mkdfiff.c 2011-03-29 10:57:18.503068913 +0200
  3. @@ -97,7 +97,7 @@ load_image (const char *filen
  4. if (!png_ptr)
  5. goto cleanup;
  6. - if (setjmp (png_ptr->jmpbuf)) {
  7. + if (setjmp (png_jmpbuf (png_ptr))) {
  8. if (desc->preallocated[0].data) {
  9. free (desc->preallocated[0].data);
  10. desc->preallocated[0].data = NULL;