Mercurial > audlegacy-plugins
changeset 2984:3b39a56caaaa
It is customary to check that warning fixes do not break things. This one does, so it dies. Thanks to jdhore for troubleshooting.
author | Tony Vroon <chainsaw@gentoo.org> |
---|---|
date | Sun, 02 Nov 2008 00:15:23 +0000 |
parents | 828fa2348ac9 |
children | 6ace9600e4b5 |
files | src/madplug/plugin.c |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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;