mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
- WS
This commit is contained in:
@@ -51,8 +51,8 @@ static long php_jpeg_emit_message(j_common_ptr jpeg_info, int level)
|
||||
char message[JMSG_LENGTH_MAX];
|
||||
jmpbuf_wrapper *jmpbufw;
|
||||
int ignore_warning = 0;
|
||||
|
||||
jmpbufw = (jmpbuf_wrapper *) jpeg_info->client_data;
|
||||
|
||||
jmpbufw = (jmpbuf_wrapper *) jpeg_info->client_data;
|
||||
|
||||
if (jmpbufw != 0) {
|
||||
ignore_warning = jmpbufw->ignore_warning;
|
||||
|
||||
Reference in New Issue
Block a user