diff options
Diffstat (limited to 'www/Mosaic/files/patch-ai')
-rw-r--r-- | www/Mosaic/files/patch-ai | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/www/Mosaic/files/patch-ai b/www/Mosaic/files/patch-ai new file mode 100644 index 000000000000..4940f66bde1e --- /dev/null +++ b/www/Mosaic/files/patch-ai @@ -0,0 +1,19 @@ +*** src/readPNG.c.bak Sun Jun 30 16:30:00 1996 +--- src/readPNG.c Sat Aug 3 14:22:45 1996 +*************** +*** 159,165 **** + } + + /* SWP -- Hopefully to fix cores on bad PNG files */ +! png_set_message_fn(png_ptr,png_get_msg_ptr(png_ptr),NULL,NULL); + + /* initialize the structures */ + png_info_init(info_ptr); +--- 159,165 ---- + } + + /* SWP -- Hopefully to fix cores on bad PNG files */ +! png_set_error_fn(png_ptr,png_get_error_ptr(png_ptr),NULL,NULL); + + /* initialize the structures */ + png_info_init(info_ptr); |