Mercurial > audlegacy-plugins
comparison src/madplug/plugin.c @ 2979:0910d4d2714d
Fix a warning.
| author | Jonathan Schleifer <js-audacious@webkeks.org> |
|---|---|
| date | Sat, 01 Nov 2008 20:11:09 +0100 |
| parents | 3877a02782bb |
| children | 3b39a56caaaa |
comparison
equal
deleted
inserted
replaced
| 2978:a68a51138f4d | 2979:0910d4d2714d |
|---|---|
| 434 LOL("[in buffer]\n"); | 434 LOL("[in buffer]\n"); |
| 435 chkpos += skip; | 435 chkpos += skip; |
| 436 state = STATE_GET_NEXT; | 436 state = STATE_GET_NEXT; |
| 437 } else { | 437 } else { |
| 438 /* No, re-fill buffer and try again .. */ | 438 /* No, re-fill buffer and try again .. */ |
| 439 #ifdef MADPROBE_DEBUG | |
| 439 glong tmppos = skip - (chksize - chkpos); | 440 glong tmppos = skip - (chksize - chkpos); |
| 440 gint tmpres = aud_vfs_fseek(fin, tmppos, SEEK_CUR); | 441 gint tmpres = aud_vfs_fseek(fin, tmppos, SEEK_CUR); |
| 442 #endif | |
| 441 LOL("[skipping: %ld -> %d]\n", tmppos, tmpres); | 443 LOL("[skipping: %ld -> %d]\n", tmppos, tmpres); |
| 442 next = STATE_GET_NEXT; | 444 next = STATE_GET_NEXT; |
| 443 state = STATE_REBUFFER; | 445 state = STATE_REBUFFER; |
| 444 } | 446 } |
| 445 break; | 447 break; |
