Mercurial > audlegacy
changeset 2111:82a6284108c1 trunk
[svn] - put this back the way it was
author | nenolod |
---|---|
date | Tue, 12 Dec 2006 19:29:15 -0800 |
parents | ead7be311038 |
children | 81c744358bab |
files | ChangeLog audacious/plugin.h |
diffstat | 2 files changed, 9 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Tue Dec 12 19:15:23 2006 -0800 +++ b/ChangeLog Tue Dec 12 19:29:15 2006 -0800 @@ -1,3 +1,11 @@ +2006-12-13 03:15:23 +0000 William Pitcock <nenolod@nenolod.net> + revision [3225] + - specifically define this as a table + + trunk/audacious/plugin.h | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + + 2006-12-13 02:39:35 +0000 William Pitcock <nenolod@nenolod.net> revision [3223] - preferences pane option for extension-based detection
--- a/audacious/plugin.h Tue Dec 12 19:15:23 2006 -0800 +++ b/audacious/plugin.h Tue Dec 12 19:29:15 2006 -0800 @@ -193,7 +193,7 @@ /* Added in Audacious 1.3.0 */ gint (*is_our_file_from_vfs) (gchar *filename, VFSFile *fd); - gchar *vfs_extensions[]; + gchar **vfs_extensions; }; struct _GeneralPlugin {