Disabling scan_fill() recursion blocker, since reverting PNGs fixed the
tools. (h/t Shin-Ichi & Pere)
This commit is contained in:
parent
40b2e6fe08
commit
0c7a9e9b12
1 changed files with 1 additions and 1 deletions
|
|
@ -547,7 +547,7 @@ int scan_fill(magic_api * api, SDL_Surface * canvas, SDL_Surface * srfc, int x,
|
|||
|
||||
/* Abort, if we recurse too deep! -bjk 2014.08.05 */
|
||||
scan_fill_count++;
|
||||
if (scan_fill_count > 50000)
|
||||
if (scan_fill_count > 50000 && 0)
|
||||
{
|
||||
scan_fill_count--;
|
||||
return (0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue