patch-tools_mkdgifft_cpp 491 B

1234567891011
  1. --- DirectFB-1.4.11.orig/tools/mkdgifft.cpp 2010-10-31 09:52:08.000000000 +0100
  2. +++ DirectFB-1.4.11/tools/mkdgifft.cpp 2011-03-29 10:57:18.581810094 +0200
  3. @@ -595,7 +595,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;