Mercurial > audlegacy-plugins
changeset 713:3b609c9f538e trunk
[svn] - reset position if we were passed a live FD.
author | nenolod |
---|---|
date | Sat, 24 Feb 2007 09:22:04 -0800 |
parents | 117ae74e2715 |
children | e758e9d4f861 |
files | ChangeLog src/madplug/replaygain.c |
diffstat | 2 files changed, 14 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Sat Feb 24 09:17:39 2007 -0800 +++ b/ChangeLog Sat Feb 24 09:22:04 2007 -0800 @@ -1,3 +1,14 @@ +2007-02-24 17:17:39 +0000 William Pitcock <nenolod@sacredspiral.co.uk> + revision [1510] + - rename parser.y to parser.yacc so braindead GNU make gets the picture + + trunk/src/paranormal/libcalc/parser.y | 298 ------------------------------- + trunk/src/paranormal/libcalc/parser.yacc | 298 +++++++++++++++++++++++++++++++ + trunk/src/rovascope/libcalc/parser.y | 298 ------------------------------- + trunk/src/rovascope/libcalc/parser.yacc | 298 +++++++++++++++++++++++++++++++ + 4 files changed, 596 insertions(+), 596 deletions(-) + + 2007-02-24 17:03:09 +0000 William Pitcock <nenolod@sacredspiral.co.uk> revision [1508] - always close/unref the fd
--- a/src/madplug/replaygain.c Sat Feb 24 09:17:39 2007 -0800 +++ b/src/madplug/replaygain.c Sat Feb 24 09:22:04 2007 -0800 @@ -254,5 +254,8 @@ || file_info->replaygain_track_scale != -1) file_info->has_replaygain = TRUE; + if (file_info->infile) + vfs_fseek(fp, curpos, SEEK_SET); + vfs_fclose(fp); }