Disabling scan_fill() recursion blocker, since reverting PNGs fixed the

tools. (h/t Shin-Ichi & Pere)
This commit is contained in:
William Kendrick 2014-08-06 08:16:02 +00:00
parent 40b2e6fe08
commit 0c7a9e9b12

View file

@ -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);