# HG changeset patch # User Tony Vroon # Date 1225584923 0 # Node ID 3b39a56caaaa4f7d87d1a0ed3e0aabc995fd1346 # Parent 828fa2348ac9fab307281fb109e3a86304f0c72c It is customary to check that warning fixes do not break things. This one does, so it dies. Thanks to jdhore for troubleshooting. diff -r 828fa2348ac9 -r 3b39a56caaaa src/madplug/plugin.c --- a/src/madplug/plugin.c Sat Nov 01 23:44:11 2008 +0000 +++ b/src/madplug/plugin.c Sun Nov 02 00:15:23 2008 +0000 @@ -436,10 +436,8 @@ state = STATE_GET_NEXT; } else { /* No, re-fill buffer and try again .. */ -#ifdef MADPROBE_DEBUG glong tmppos = skip - (chksize - chkpos); gint tmpres = aud_vfs_fseek(fin, tmppos, SEEK_CUR); -#endif LOL("[skipping: %ld -> %d]\n", tmppos, tmpres); next = STATE_GET_NEXT; state = STATE_REBUFFER;