Fix T46051: Loading certain Jpeg causes system alert sound (Win32)
The issue was caused by RedCode library printing binary string to the terminal.
This commit is contained in:
2
extern/libredcode/format.c
vendored
2
extern/libredcode/format.c
vendored
@@ -78,7 +78,7 @@ static unsigned char* read_packet(FILE * fp, char * expect)
|
||||
len = read_be32(len);
|
||||
|
||||
if (strcmp(expect, head) != 0) {
|
||||
fprintf(stderr, "Read: %s, expect: %s\n", head, expect);
|
||||
/* fprintf(stderr, "Read: %s, expect: %s\n", head, expect); */
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user