[libpng17] Imported from libpng-1.7.0beta25.tar

This commit is contained in:
Glenn Randers-Pehrson
2013-12-26 11:41:24 -06:00
parent 9e168ea2c9
commit a2c5f56e77
21 changed files with 391 additions and 38 deletions

View File

@@ -90,7 +90,7 @@ safe_read(png_structp png_ptr, int fd, void *buffer_in, size_t nbytes)
if (errno != EINTR)
{
png_warning(png_ptr, "/proc read failed");
return 0; /* I.e. a permanent failure */
return 0; /* I.e., a permanent failure */
}
}