[devel] Changed char *msg to PNG_CONST char *msg in pngrutil.c

This commit is contained in:
Glenn Randers-Pehrson
2010-06-26 12:33:17 -05:00
parent 82980f31d9
commit 6cac43c974
3 changed files with 3 additions and 1 deletions

View File

@@ -267,7 +267,7 @@ png_inflate(png_structp png_ptr, const png_byte *data, png_size_t size,
* buffer if available.
*/
{
char *msg;
PNG_CONST char *msg;
#ifdef PNG_CONSOLE_IO_SUPPORTED
char umsg[52];
#endif