[devel] Added exported png_longjmp() function.

This commit is contained in:
Glenn Randers-Pehrson
2010-02-19 09:54:53 -06:00
parent 946199e8e4
commit f98726ae98
8 changed files with 40 additions and 23 deletions

View File

@@ -388,5 +388,5 @@ static void writepng_error_handler(png_structp png_ptr, png_const_charp msg)
exit(99);
}
longjmp(mainprog_ptr->jmpbuf, 1);
png_longjmp(mainprog_ptr, 1);
}