Mercurial > audlegacy-plugins
diff src/madplug/input.c @ 784:5ddfe9eac8ee trunk
[svn] - fix read_replaygain(). necessary fseek was missing in reuse fd code. closes #843.
- minor cleanups.
| author | yaz |
|---|---|
| date | Tue, 06 Mar 2007 01:12:16 -0800 |
| parents | 83a38bcfe7c8 |
| children | 2461b711162b |
line wrap: on
line diff
--- a/src/madplug/input.c Mon Mar 05 00:48:01 2007 -0800 +++ b/src/madplug/input.c Tue Mar 06 01:12:16 2007 -0800 @@ -436,7 +436,7 @@ audmad_config.id3_format : xmms_get_gentitle_format(), title_input); // for connection via proxy, we have to stop transfer once. I can't explain the reason. - vfs_fseek(info->infile, -1, SEEK_SET); // impossible request + vfs_fseek(info->infile, -1, SEEK_SET); // an impossible request vfs_fseek(info->infile, curpos, SEEK_SET); #ifdef DEBUG
