comparison src/madplug/replaygain.c @ 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 5c77a76df782
children 22c82f3c0411
comparison
equal deleted inserted replaced
712:117ae74e2715 713:3b609c9f538e
252 252
253 if (file_info->replaygain_album_scale != -1 253 if (file_info->replaygain_album_scale != -1
254 || file_info->replaygain_track_scale != -1) 254 || file_info->replaygain_track_scale != -1)
255 file_info->has_replaygain = TRUE; 255 file_info->has_replaygain = TRUE;
256 256
257 if (file_info->infile)
258 vfs_fseek(fp, curpos, SEEK_SET);
259
257 vfs_fclose(fp); 260 vfs_fclose(fp);
258 } 261 }