Mercurial > audlegacy-plugins
diff src/madplug/decoder.c @ 1978:fa9f85cebade
s/vfs_/aud_vfs_/g
| author | William Pitcock <nenolod@atheme.org> |
|---|---|
| date | Sun, 07 Oct 2007 00:25:33 -0500 |
| parents | 5fa26178eaef |
| children | a260bd1beef0 |
line wrap: on
line diff
--- a/src/madplug/decoder.c Sun Oct 07 00:23:19 2007 -0500 +++ b/src/madplug/decoder.c Sun Oct 07 00:25:33 2007 -0500 @@ -571,7 +571,7 @@ #ifdef DEBUG g_message("seeking to: %d bytes", new_position); #endif - if (vfs_fseek(info->infile, new_position, SEEK_SET) == -1) + if (aud_vfs_fseek(info->infile, new_position, SEEK_SET) == -1) audmad_error("failed to seek to: %d", new_position); mad_frame_mute(&frame); mad_synth_mute(&synth);
