diff ChangeLog @ 652:7f865e3cd285 trunk

[svn] - import xmlPathToURI() from libxml2-2.6.27 as audPathToURI(). this function is newly introduced at 2.6.27.
author yaz
date Wed, 14 Feb 2007 23:23:21 -0800
parents b9167008fc3f
children 638b290641f3
line wrap: on
line diff
--- a/ChangeLog	Wed Feb 14 18:03:22 2007 -0800
+++ b/ChangeLog	Wed Feb 14 23:23:21 2007 -0800
@@ -1,3 +1,12 @@
+2007-02-15 02:03:22 +0000  Yoshiki Yazawa <yaz@cc.rim.or.jp>
+  revision [1388]
+  - strings in audmad_config should be freed before update. thus constant initializer has been replaced with g_strdup().
+  
+  trunk/src/madplug/configure.c |    3 +++
+  trunk/src/madplug/plugin.c    |   13 +++++++++----
+  2 files changed, 12 insertions(+), 4 deletions(-)
+
+
 2007-02-14 18:15:53 +0000  William Pitcock <nenolod@sacredspiral.co.uk>
   revision [1386]
   - make sure audmad_config.id3_format is not NULL. closes #795.