[libpng16] Update "last changed" dates in recently-patched files.

This commit is contained in:
Glenn Randers-Pehrson
2013-12-22 15:00:59 -06:00
parent 8f1150eb75
commit 38f49403bd
11 changed files with 25 additions and 21 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 */
}
}