mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
20 lines
573 B
Plaintext
20 lines
573 B
Plaintext
*** 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);
|