# HG changeset patch # User Jonathan Schleifer # Date 1225566669 -3600 # Node ID 0910d4d2714d784be7e5e130d1385c269da0baee # Parent a68a51138f4dc3fc5db5efe9706b2636a3170de5 Fix a warning. diff -r a68a51138f4d -r 0910d4d2714d src/madplug/plugin.c --- a/src/madplug/plugin.c Sat Nov 01 20:02:40 2008 +0100 +++ b/src/madplug/plugin.c Sat Nov 01 20:11:09 2008 +0100 @@ -436,8 +436,10 @@ 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;