mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[devel] Added exported png_longjmp() function.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user