Mercurial > audlegacy-plugins
diff ChangeLog @ 785:e23b8e1472e3 trunk
[svn] - don't use a vfs buffered source for local files
author | nenolod |
---|---|
date | Tue, 06 Mar 2007 04:44:26 -0800 |
parents | 5ddfe9eac8ee |
children | c23705487009 |
line wrap: on
line diff
--- a/ChangeLog Tue Mar 06 01:12:16 2007 -0800 +++ b/ChangeLog Tue Mar 06 04:44:26 2007 -0800 @@ -1,3 +1,14 @@ +2007-03-06 09:12:16 +0000 Yoshiki Yazawa <yaz@cc.rim.or.jp> + revision [1666] + - fix read_replaygain(). necessary fseek was missing in reuse fd code. closes #843. + - minor cleanups. + + trunk/src/madplug/decoder.c | 4 +++- + trunk/src/madplug/input.c | 2 +- + trunk/src/madplug/replaygain.c | 18 +++++++----------- + 3 files changed, 11 insertions(+), 13 deletions(-) + + 2007-03-05 08:48:01 +0000 Yoshiki Yazawa <yaz@cc.rim.or.jp> revision [1664] - check the result of vfs_fread() strictly.