# HG changeset patch # User Jonathan Schleifer # Date 1215957297 -7200 # Node ID 6a31fa1c2803ba6a644e62f1bfc63465ff8f86cf # Parent 2f7194224392b2201fda298a344285707744204f# Parent 4151640654aecc4893c537a24c1bde9ebebb89cb Automated merge with ssh://hg.atheme.org//hg/audacious-plugins diff -r 2f7194224392 -r 6a31fa1c2803 src/madplug/plugin.c --- a/src/madplug/plugin.c Sun Jul 13 14:48:39 2008 +0300 +++ b/src/madplug/plugin.c Sun Jul 13 15:54:57 2008 +0200 @@ -488,8 +488,8 @@ } break; } - } while (state != STATE_FATAL && tries < 16); - /* Give up after 16 failed resync attempts or fatal errors */ + } while (state != STATE_FATAL && tries < 256); + /* Give up after 256 failed resync attempts or fatal errors */ g_message("Rejecting %s (not an MP3 file?)", filename); return 0;