comparison ChangeLog @ 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 e23b8e1472e3
comparison
equal deleted inserted replaced
783:83a38bcfe7c8 784:5ddfe9eac8ee
1 2007-03-05 08:48:01 +0000 Yoshiki Yazawa <yaz@cc.rim.or.jp>
2 revision [1664]
3 - check the result of vfs_fread() strictly.
4
5 trunk/src/madplug/decoder.c | 4 ++--
6 trunk/src/madplug/input.c | 5 ++---
7 trunk/src/madplug/plugin.c | 17 +++++++++--------
8 3 files changed, 13 insertions(+), 13 deletions(-)
9
10
1 2007-03-05 08:28:52 +0000 William Pitcock <nenolod@sacredspiral.co.uk> 11 2007-03-05 08:28:52 +0000 William Pitcock <nenolod@sacredspiral.co.uk>
2 revision [1662] 12 revision [1662]
3 - reject files which use Ogg container magic 13 - reject files which use Ogg container magic
4 14
5 trunk/src/madplug/plugin.c | 2 ++ 15 trunk/src/madplug/plugin.c | 2 ++