Mercurial > audlegacy-plugins
diff src/madplug/plugin.c @ 1979:839804c3b3a4
aud_vfs_extensions -> vfs_extensions, some vtable fixes
| author | William Pitcock <nenolod@atheme.org> |
|---|---|
| date | Sun, 07 Oct 2007 00:43:10 -0500 |
| parents | fa9f85cebade |
| children | 47a7b26717d4 |
line wrap: on
line diff
--- a/src/madplug/plugin.c Sun Oct 07 00:25:33 2007 -0500 +++ b/src/madplug/plugin.c Sun Oct 07 00:43:10 2007 -0500 @@ -836,7 +836,7 @@ .file_info_box = audmad_get_file_info, .get_song_tuple = audmad_get_song_tuple, .is_our_file_from_vfs = audmad_is_our_fd, - .aud_vfs_extensions = fmts, + .vfs_extensions = fmts, .mseek = audmad_mseek, .probe_for_tuple = audmad_probe_for_tuple };
