Imported from libpng-1.2.23beta03.tar

This commit is contained in:
Glenn Randers-Pehrson
2007-10-16 16:52:27 -05:00
parent 28e3cb3e93
commit 930be98598
48 changed files with 106 additions and 97 deletions

View File

@@ -168,6 +168,7 @@ png_format_buffer(png_structp png_ptr, png_charp buffer, png_const_charp
buffer[iout++] = ':';
buffer[iout++] = ' ';
png_memcpy(buffer+iout, error_message, PNG_MAX_ERROR_TEXT);
buffer[iout+PNG_MAX_ERROR_TEXT-1] = '\0';
}
}