mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[devel] Revised png_longjmp() calls in contrib/gregbook to use png_ptr
This commit is contained in:
@@ -480,5 +480,5 @@ static void readpng2_error_handler(png_structp png_ptr, png_const_charp msg)
|
||||
exit(99);
|
||||
}
|
||||
|
||||
png_longjmp(mainprog_ptr, 1);
|
||||
png_longjmp(png_ptr, 1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user