Mercurial > audlegacy-plugins
diff ChangeLog @ 645:e0d131145768 trunk
[svn] - revise input_id3_get_string().
- make audmad_get_file_info() use mad_parse_genre() to obtain genre description.
author | yaz |
---|---|
date | Tue, 13 Feb 2007 22:10:05 -0800 |
parents | 94ab06db73fa |
children | ede814584df9 |
line wrap: on
line diff
--- a/ChangeLog Tue Feb 13 21:50:01 2007 -0800 +++ b/ChangeLog Tue Feb 13 22:10:05 2007 -0800 @@ -1,3 +1,12 @@ +2007-02-14 05:50:01 +0000 Yoshiki Yazawa <yaz@cc.rim.or.jp> + revision [1374] + temporary fix for SIGSEGV in g_utf8_validate() when xmlURIEscape returns NULL. + thank nhjm449 for reporting. + + trunk/src/xspf/xspf.c | 4 +++- + 1 file changed, 3 insertions(+), 1 deletion(-) + + 2007-02-13 13:55:00 +0000 Yoshiki Yazawa <yaz@cc.rim.or.jp> revision [1372] - switch from pseudo delete tag call back to genuine one.