# HG changeset patch # User nenolod # Date 1172337724 28800 # Node ID 3b609c9f538e02ad0fd5a90549d32ef64bc8ebba # Parent 117ae74e2715e11411a341d7b4801b03292c9bd0 [svn] - reset position if we were passed a live FD. diff -r 117ae74e2715 -r 3b609c9f538e ChangeLog --- 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 + 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 revision [1508] - always close/unref the fd diff -r 117ae74e2715 -r 3b609c9f538e src/madplug/replaygain.c --- 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); }