Mercurial > audlegacy-plugins
changeset 650:8b9ef7a32e47 trunk
[svn] - make sure audmad_config.id3_format is not NULL. closes #795.
author | nenolod |
---|---|
date | Wed, 14 Feb 2007 10:15:53 -0800 |
parents | 6883d9c21c2f |
children | b9167008fc3f |
files | ChangeLog src/madplug/plugin.c |
diffstat | 2 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Wed Feb 14 07:24:59 2007 -0800 +++ b/ChangeLog Wed Feb 14 10:15:53 2007 -0800 @@ -1,3 +1,11 @@ +2007-02-14 15:24:59 +0000 + revision [1384] + * Update Japanese translation. + + trunk/po/ja.po | 1224 ++++++++++++++++++++++++++++----------------------------- + 1 file changed, 612 insertions(+), 612 deletions(-) + + 2007-02-14 09:43:35 +0000 William Pitcock <nenolod@sacredspiral.co.uk> revision [1382] - fix timing on fades
--- a/src/madplug/plugin.c Wed Feb 14 07:24:59 2007 -0800 +++ b/src/madplug/plugin.c Wed Feb 14 10:15:53 2007 -0800 @@ -140,6 +140,8 @@ mad_cond = g_cond_new(); audmad_config_compute(&audmad_config); + if (audmad_config.id3_format != NULL) + audmad_config.id3_format = g_strdup(""); } static void audmad_cleanup()