mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-22 11:15:16 -04:00
Remove exit()
This commit is contained in:
parent
02945801ec
commit
554e2a25f3
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ static void writepng_error_handler(png_structp png_ptr, png_const_charp msg)
|
||||||
fprintf(stderr,
|
fprintf(stderr,
|
||||||
"writepng severe error: jmpbuf not recoverable; terminating.\n");
|
"writepng severe error: jmpbuf not recoverable; terminating.\n");
|
||||||
fflush(stderr);
|
fflush(stderr);
|
||||||
exit(99);
|
return;
|
||||||
}
|
}
|
||||||
longjmp(graphic->jmpbuf, 1);
|
longjmp(graphic->jmpbuf, 1);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue