mirror of
https://git.code.sf.net/p/zint/code
synced 2025-12-20 03:17:12 +00:00
Remove exit()
This commit is contained in:
@@ -64,7 +64,7 @@ static void writepng_error_handler(png_structp png_ptr, png_const_charp msg)
|
||||
fprintf(stderr,
|
||||
"writepng severe error: jmpbuf not recoverable; terminating.\n");
|
||||
fflush(stderr);
|
||||
exit(99);
|
||||
return;
|
||||
}
|
||||
longjmp(graphic->jmpbuf, 1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user